mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 02:55:43 +08:00
Increasing topic-admin menu width to prevent wrapping on mobile
This commit is contained in:
parent
de30f3515b
commit
bd892199e7
@ -10,7 +10,7 @@
|
||||
|
||||
.popup-menu {
|
||||
background-color: $secondary;
|
||||
width: 205px;
|
||||
width: 215px;
|
||||
padding: 10px;
|
||||
border: 1px solid $primary-low;
|
||||
z-index: z("dropdown");
|
||||
@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
button {
|
||||
width: 200px;
|
||||
width: 100%;
|
||||
margin-bottom: 5px;
|
||||
i {
|
||||
width: 14px;
|
||||
|
@ -35,13 +35,13 @@
|
||||
|
||||
.topic-admin-popup-menu.right-side {
|
||||
position: relative;
|
||||
right: 35px;
|
||||
right: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
#topic-progress-wrapper.docked {
|
||||
.topic-admin-popup-menu.right-side {
|
||||
right: 40px;
|
||||
right: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user