From 8008426770699cb7dd5d27ef061deb8d15e358da Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Fri, 18 Jul 2025 10:21:03 -0400 Subject: [PATCH] adjust button widths --- wwwroot/css/site.css | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 0933f04..d5e8f67 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -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%;