Update static/css/style.css
This commit is contained in:
parent
63b4cd5a2a
commit
ee24a68466
|
@ -276,7 +276,6 @@ body {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
background-color: var(--note-button);
|
background-color: var(--note-button);
|
||||||
color: var(--unselected-note-button-text-color);
|
color: var(--unselected-note-button-text-color);
|
||||||
border: none;
|
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
||||||
border: solid;
|
border: solid;
|
||||||
|
@ -286,6 +285,7 @@ body {
|
||||||
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
white-space: nowrap;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue