mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 12:45:36 +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 {
|
.popup-menu {
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
width: 205px;
|
width: 215px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px solid $primary-low;
|
border: 1px solid $primary-low;
|
||||||
z-index: z("dropdown");
|
z-index: z("dropdown");
|
||||||
@ -26,7 +26,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
width: 200px;
|
width: 100%;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
i {
|
i {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
|
@ -35,13 +35,13 @@
|
|||||||
|
|
||||||
.topic-admin-popup-menu.right-side {
|
.topic-admin-popup-menu.right-side {
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 35px;
|
right: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#topic-progress-wrapper.docked {
|
#topic-progress-wrapper.docked {
|
||||||
.topic-admin-popup-menu.right-side {
|
.topic-admin-popup-menu.right-side {
|
||||||
right: 40px;
|
right: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user