зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1146146 - Maximize the number of rows of tiles by reducing the suggested explanation maximum line count to 2 instead of 3 [r=adw]
This commit is contained in:
Родитель
90f3543dc4
Коммит
bf19dc7b19
|
@ -159,7 +159,7 @@ input[type=button] {
|
|||
.newtab-cell {
|
||||
display: -moz-box;
|
||||
height: 180px;
|
||||
margin: 20px 10px 85px;
|
||||
margin: 20px 10px 68px;
|
||||
width: 290px;
|
||||
}
|
||||
|
||||
|
@ -226,7 +226,7 @@ input[type=button] {
|
|||
}
|
||||
|
||||
.newtab-suggested-bounds {
|
||||
max-height: 51px; /* 51 / 17 = 3 lines maximum */
|
||||
max-height: 34px; /* 34 / 17 = 2 lines maximum */
|
||||
}
|
||||
|
||||
.newtab-title {
|
||||
|
|
Загрузка…
Ссылка в новой задаче