mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 18:22:04 +08:00
Merge pull request #2224 from fantasticfears/tweak
z-index tweaks for #user-dropdown and align the #topic-admin-menu icon
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 70px;
|
top: 70px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
z-index: 1000;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-admin-menu {
|
.topic-admin-menu {
|
||||||
@ -25,5 +25,9 @@
|
|||||||
button {
|
button {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|
||||||
|
i {
|
||||||
|
width: 14px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user