mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
*minus #show-topic-admin button z-index by 1 which will be covered by #user-dropdown
*Add 14px width for #topic-admin-menu icon, align the button text
This commit is contained in:
parent
858eb5ed9a
commit
0e0013b73f
@ -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…
x
Reference in New Issue
Block a user