CSS btn-thin-2 to btn-thin

This commit is contained in:
the-djmaze 2022-01-11 13:06:43 +01:00
parent 6aedba9d36
commit c804f35347
6 changed files with 8 additions and 13 deletions

View file

@ -222,13 +222,12 @@
.btn {
&.buttonCompose {
width: calc(100% - 85px);
width: calc(100% - 68px);
max-width: -moz-fit-content;
max-width: -webkit-fit-content;
max-width: fit-content;
overflow: hidden;
height: 19px;
margin-top: 1px;
padding: 4px 8px;
}
}

View file

@ -20,10 +20,6 @@
padding: 4px 9px;
}
.btn.btn-thin-2 {
padding: 4px 7px;
}
.alert a:not(.close) {
text-decoration: underline;
color: @warningText;