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