adjust button widths
This commit is contained in:
@@ -37,8 +37,7 @@ select.note-dropdown {
|
|||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
min-width: 120px;
|
width: 80px;
|
||||||
max-width: 150px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark select.note-dropdown {
|
body.dark select.note-dropdown {
|
||||||
@@ -58,7 +57,7 @@ form.action-form input[type="text"] {
|
|||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
width: 100px;
|
width: 60px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -113,34 +112,6 @@ form.action-form input[type="text"]:focus {
|
|||||||
transform: scale(1.05);
|
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 {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Reference in New Issue
Block a user