mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-10 10:45:57 +03:00
Add extra padding when the toolbar collapses in small devices
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
padding-top: 70px;
|
||||
}
|
||||
|
||||
@media (max-width:768px) {
|
||||
body {
|
||||
padding-top: 190px;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
Reference in New Issue
Block a user