mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
correct mobile margins.
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
overflow-x: hidden;
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
bottom: 100px;
|
||||
bottom: 37px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -4,5 +4,9 @@
|
||||
|
||||
#hamburger-menu {
|
||||
position: absolute;
|
||||
top: 63px
|
||||
top: 63px;
|
||||
// compensate on the other end for this top
|
||||
.hamburger-body {
|
||||
bottom: 100px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user