Browse Source
Add extra padding when the toolbar collapses in small devices
pull/406/head
Daniel García
6 years ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
1 changed files with
6 additions and
0 deletions
-
src/static/templates/admin/base.hbs
|
|
@ -21,6 +21,12 @@ |
|
|
|
padding-top: 70px; |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width:768px) { |
|
|
|
body { |
|
|
|
padding-top: 190px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
img { |
|
|
|
width: 48px; |
|
|
|
height: 48px; |
|
|
|