mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
UX: Add a third media query for even larger browsers
This commit is contained in:
parent
8f6c0885f8
commit
672220c6d2
1 changed files with 4 additions and 1 deletions
|
@ -13,9 +13,12 @@
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
margin-left: 757px;
|
margin-left: 757px;
|
||||||
|
|
||||||
@include large-width {
|
@media all and (min-width: 1140px) {
|
||||||
margin-left: 820px;
|
margin-left: 820px;
|
||||||
}
|
}
|
||||||
|
@media all and (min-width: 1250px) {
|
||||||
|
margin-left: 900px;
|
||||||
|
}
|
||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
-webkit-transform: translate3d(0,0,0);
|
-webkit-transform: translate3d(0,0,0);
|
||||||
|
|
Loading…
Reference in a new issue