note adjustments

This commit is contained in:
Alejandro Gomez
2023-01-20 16:57:45 +01:00
parent c6e0c2b7c9
commit 6f1a4c0cd0
6 changed files with 36 additions and 29 deletions

View File

@ -1,7 +1,9 @@
.note-creator {
margin-bottom: 10px;
background-color: var(--gray);
background-color: var(--note-bg);
border: 1px solid var(--gray);
border-radius: 10px;
padding: 6px;
}
.note-reply {
@ -12,6 +14,7 @@
outline: none;
resize: none;
min-height: 40px;
background-color: var(--note-bg);
border-radius: 10px 10px 0 0;
max-width: -webkit-fill-available;
max-width: -moz-available;
@ -43,7 +46,7 @@
.note-creator .btn {
border-radius: 20px;
font-weight: bold;
background-color: var(--gray-secondary);
color: var(--gray-superlight);
border-color: var(--gray-superlight);
background-color: var(--bg-color);
color: var(--font-color);
font-size: var(--font-size);
}