зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1132656 - Reader mode toolbar overlaps content if window becomes too narrow. r=jaws
This commit is contained in:
Родитель
e4b9084401
Коммит
309ea4f279
|
@ -8,6 +8,15 @@ body {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media (max-width: 785px) {
|
||||
body {
|
||||
padding-top: 64px;
|
||||
-moz-padding-end: 0;
|
||||
padding-bottom: 64px;
|
||||
-moz-padding-start: 51px;
|
||||
}
|
||||
}
|
||||
|
||||
body.loaded {
|
||||
transition: color 0.4s, background-color 0.4s;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче