mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-22 05:06:37 +00:00
Add extra padding when the toolbar collapses in small devices
This commit is contained in:
parent
7b5bcd45f8
commit
828e3a5795
@ -21,6 +21,12 @@
|
||||
padding-top: 70px;
|
||||
}
|
||||
|
||||
@media (max-width:768px) {
|
||||
body {
|
||||
padding-top: 190px;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
Loading…
Reference in New Issue
Block a user