mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 16:46:12 +08:00
Few small modal fixes
This commit is contained in:
parent
4e21a031df
commit
3e9f1d5cf6
|
@ -3,19 +3,19 @@
|
|||
.category-color-editor {
|
||||
input {
|
||||
width: 70px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.color-title {
|
||||
display: inline-block;
|
||||
width: 130px;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.colors-container {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
padding-top: 4px;
|
||||
padding-left: 15px;
|
||||
max-width: 300px;
|
||||
max-width: 240px;
|
||||
|
||||
.colorpicker {
|
||||
border: 1px solid $primary-low;
|
||||
|
|
|
@ -161,6 +161,11 @@
|
|||
height: 10em;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 524px) {
|
||||
.modal-inner-container {
|
||||
min-width: 525px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal {
|
||||
|
@ -324,6 +329,7 @@
|
|||
|
||||
label {
|
||||
margin-top: 7px;
|
||||
max-width: 450px;
|
||||
}
|
||||
|
||||
.optional {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
padding-left: 10px;
|
||||
}
|
||||
.radios {
|
||||
height: 60px;
|
||||
min-height: 60px;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
label {
|
||||
|
@ -32,8 +32,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.radios:last-child {
|
||||
height: 20px;
|
||||
.radios:last-child:not(:nth-child(2)) { // last child for composer modal, but not theme import modal
|
||||
min-height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user