mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Composer z-index fix, category dropdown margin fix
This commit is contained in:
@@ -189,7 +189,7 @@
|
|||||||
.category-input {
|
.category-input {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 0 35%;
|
flex: 1 0 35%;
|
||||||
margin: 0 5px 5px 10px;
|
margin: 0 0 5px 10px;
|
||||||
@media screen and (max-width: 955px) {
|
@media screen and (max-width: 955px) {
|
||||||
flex: 1 0 100%;
|
flex: 1 0 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
@@ -205,6 +205,11 @@
|
|||||||
.category-input {
|
.category-input {
|
||||||
flex-basis: 25%;
|
flex-basis: 25%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
margin-right: 5px;
|
||||||
|
@media screen and (max-width: 920px) {
|
||||||
|
flex-basis: 100%;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -225,6 +230,7 @@
|
|||||||
flex: 1 1 25%;
|
flex: 1 1 25%;
|
||||||
margin: 0 0 5px 0;
|
margin: 0 0 5px 0;
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
|
z-index: z("composer","dropdown");
|
||||||
@media all and (max-width: 900px) {
|
@media all and (max-width: 900px) {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
flex: 1 1 100%;
|
flex: 1 1 100%;
|
||||||
|
|||||||
@@ -72,6 +72,8 @@ $z-layers: (
|
|||||||
"header": 1000,
|
"header": 1000,
|
||||||
"tooltip": 600,
|
"tooltip": 600,
|
||||||
"composer": (
|
"composer": (
|
||||||
|
"dropdown": 700,
|
||||||
|
"tooltip": 600,
|
||||||
"popover": 500,
|
"popover": 500,
|
||||||
"content": 400,
|
"content": 400,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user