mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #3317 from awesomerobot/master
adding position: relative; to #main on mobile
This commit is contained in:
commit
87ef1d0de1
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ body {
|
|||
}
|
||||
}
|
||||
#main {
|
||||
position: relative;
|
||||
|
||||
img.avatar {
|
||||
&.header {
|
||||
width: 45px;
|
||||
|
|
Loading…
Reference in a new issue