Increasing topic-admin menu width to prevent wrapping on mobile

This commit is contained in:
Kris 2018-02-23 13:51:06 -05:00
parent de30f3515b
commit bd892199e7
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;
}
}