fix spacing on preferences options

chats_paste
Mary Kate 2020-09-28 00:01:36 -05:00
rodzic 03be9cae32
commit 5b6833060e
2 zmienionych plików z 2 dodań i 8 usunięć

Wyświetl plik

@ -1,5 +1,6 @@
.dyslexic {
font-family: 'OpenDyslexic' !important;
margin-bottom: 8px;
}
body.dyslexic {

Wyświetl plik

@ -13,7 +13,7 @@ code {
.simple_form {
.input {
margin-bottom: 15px;
margin-bottom: 8px;
overflow: hidden;
&.hidden {
@ -43,7 +43,6 @@ code {
&.boolean {
position: relative;
margin-bottom: 0;
.label_input > label {
font-family: inherit;
@ -111,7 +110,6 @@ code {
span.hint {
display: block;
font-size: 12px;
margin-top: 4px;
}
p.hint {
@ -172,15 +170,10 @@ code {
font-size: 14px;
color: var(--primary-text-color);
display: block;
margin-bottom: 8px;
word-wrap: break-word;
font-weight: 500;
}
.hint {
margin-top: 6px;
}
ul {
flex: 390px;
}