adjust button widths

This commit is contained in:
Ryan Peters
2025-07-18 10:21:03 -04:00
parent 50dbc53c52
commit 8008426770

View File

@@ -37,8 +37,7 @@ select.note-dropdown {
border: 1px solid #ccc;
background-color: #fff;
font-size: 13px;
min-width: 120px;
max-width: 150px;
width: 80px;
}
body.dark select.note-dropdown {
@@ -58,7 +57,7 @@ form.action-form input[type="text"] {
border: 1px solid #ccc;
border-radius: 5px;
font-size: 13px;
width: 100px;
width: 60px;
background-color: #fff;
}
@@ -113,34 +112,6 @@ form.action-form input[type="text"]:focus {
transform: scale(1.05);
}
/* Mobile responsiveness */
@media (max-width: 768px) {
div.note-actions {
gap: 6px;
padding: 6px;
font-size: 12px;
}
select.note-dropdown {
min-width: 100px;
max-width: 120px;
font-size: 12px;
padding: 5px 6px;
}
form.action-form input[type="text"] {
width: 80px;
font-size: 12px;
padding: 5px 6px;
}
.btn-symbol {
width: 24px;
height: 24px;
font-size: 12px;
}
}
textarea {
width: 100%;
height: 100%;