forked from I2P_Developers/i2p.i2p
Give div.app fixed height for classic and midnight console themes
This stops app icons getting "stuck" on the right-hand side of /home
This commit is contained in:
@@ -738,7 +738,7 @@ div.ag2 {
|
||||
div.app {
|
||||
float: left;
|
||||
padding: 2px;
|
||||
/*height: 84px;*/
|
||||
height: 90px;
|
||||
width: 112px;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
@@ -747,7 +747,7 @@ div.ag2 {
|
||||
div.app {
|
||||
float: left;
|
||||
padding: 2px;
|
||||
/*height: 84px;*/
|
||||
height: 90px;
|
||||
width: 112px;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user