mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04: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:
commit
baff2c2fd7
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
position: fixed;
|
||||
top: 70px;
|
||||
right: 10px;
|
||||
z-index: 1000;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.topic-admin-menu {
|
||||
|
@ -25,5 +25,9 @@
|
|||
button {
|
||||
width: 200px;
|
||||
margin-bottom: 5px;
|
||||
|
||||
i {
|
||||
width: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue