Cleanup compose window style

This commit is contained in:
the-djmaze 2022-03-31 18:53:04 +02:00
parent 722e345cbe
commit d31244e747

View file

@ -58,18 +58,12 @@
margin-left: .7em; margin-left: .7em;
} }
.btn.disabled {
&.button-delete {
visibility: hidden;
}
}
.button-save, .button-delete, .saved-text { .button-save, .button-delete, .saved-text {
margin-left: 8px; margin-left: 8px;
} }
.disabled.button-delete { .button-delete.disabled {
margin-left: 0; visibility: hidden;
} }
.pull-right * { .pull-right * {
@ -106,12 +100,9 @@
content: '▼'; content: '▼';
} }
textarea, input[type="text"] { input[type="text"] {
width: 100%; width: 100%;
} }
textarea {
height: 40px;
}
.error-desc { .error-desc {
color: red; color: red;