Update web/static/themes/win95.css

This commit is contained in:
Joshua Laymon 2025-09-06 18:47:05 +00:00
parent 3f39337fb6
commit e102720f44

View File

@ -66,6 +66,8 @@ html[data-theme="win95"] .topbar .nav-btn{
align-items:center !important;
justify-content:center !important;
padding:6px 14px !important; /* consistent size */
height:36px !important; /* NEW: lock height */
box-sizing:border-box !important; /* NEW: include borders/padding */
font-size:15px !important;
line-height:1 !important;
box-shadow: inset -1px -1px 0 var(--w95-dark) !important;
@ -92,7 +94,10 @@ html[data-theme="win95"] .topbar .user-chip{
align-items:center !important;
justify-content:center !important;
padding:6px 14px !important;
height:36px !important; /* NEW: lock height like nav buttons */
box-sizing:border-box !important; /* NEW */
font-size:15px !important;
line-height:1 !important; /* NEW: match baseline */
box-shadow: inset -1px -1px 0 var(--w95-dark) !important;
}