Commit a1bbb78d by Scott

SnowFlat: move user menu to left on RTL

parent fb7ea8e4
...@@ -145,16 +145,8 @@ h1 { ...@@ -145,16 +145,8 @@ h1 {
} }
} }
@media (max-width: 979px) { .qam-account-items-wrapper {
.qam-account-items-wrapper { float: left;
right: auto;
left: 8px;
}
}
@media (min-width: 980px) {
.qam-account-items-wrapper {
float: left;
}
} }
.qam-account-items { .qam-account-items {
......
...@@ -1295,7 +1295,7 @@ h1 a:hover, h1 a:focus, h1 a:visited { ...@@ -1295,7 +1295,7 @@ h1 a:hover, h1 a:focus, h1 a:visited {
.qa-q-item-avatar { .qa-q-item-avatar {
margin: 0 2px 0 0; margin: 0 2px 0 0;
} }
@media (min-width: 320px) { @media (max-width: 479px) {
.qa-q-item-avatar { .qa-q-item-avatar {
display: none; display: none;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment