Fixes and enhancements, from issue list

This commit is contained in:
2026-03-27 22:28:47 +01:00
parent c22c3d713b
commit 2bf737a3ef
6 changed files with 126 additions and 105 deletions

View File

@@ -9,11 +9,13 @@
gap: 6px;
padding: 4px 6px;
border-top: 1px solid fade(@color-olive, 40%);
background: fade(@color-olive, 8%);
border-bottom: 1px solid fade(@color-olive, 40%);
background: @color-paper;
flex-shrink: 0;
flex-wrap: wrap;
z-index: 1;
position: relative;
pointer-events: auto;
.oh-frb-label {
font-family: @font-secondary;
@@ -41,6 +43,7 @@
border: 1px solid @color-olive;
border-radius: 3px;
background: #fff;
color: @color-dark;
cursor: pointer;
}