mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:41:17 +08:00
Merge pull request #3317 from awesomerobot/master
adding position: relative; to #main on mobile
This commit is contained in:
@ -18,6 +18,8 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#main {
|
#main {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
img.avatar {
|
img.avatar {
|
||||||
&.header {
|
&.header {
|
||||||
width: 45px;
|
width: 45px;
|
||||||
|
Reference in New Issue
Block a user