discourse/app/assets/stylesheets/desktop/admin_customize.scss
Guo Xiang Tan 3ac18b92b3 UX: Editing theme name stays active when switching themes.
* Also fix length of input field.
2019-04-23 14:57:14 +08:00

17 lines
187 B
SCSS

.admin-customize {
.show-current-style {
padding-left: 2%;
width: 68%;
.title {
input {
width: 80%;
}
}
}
.themes-list {
width: 28%;
}
}