mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 02:09:54 +08:00
UX: On large widths, include more left margin for the timeline
This commit is contained in:
parent
134e62ae8e
commit
8f6c0885f8
|
@ -12,6 +12,11 @@
|
|||
box-sizing: border-box;
|
||||
z-index: 999;
|
||||
margin-left: 757px;
|
||||
|
||||
@include large-width {
|
||||
margin-left: 820px;
|
||||
}
|
||||
|
||||
position: fixed;
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user