Waste: bigger fonts, auto-fit badge row, 5-min rotation

This commit is contained in:
dadaloop82
2026-04-29 16:19:54 +00:00
parent 85274948b4
commit 67f58172e5
2 changed files with 48 additions and 26 deletions
+11 -10
View File
@@ -493,7 +493,7 @@ body {
.aw-cmp-legend {
display: flex;
justify-content: space-between;
font-size: 0.68rem;
font-size: 0.74rem;
font-weight: 600;
margin-bottom: 3px;
}
@@ -524,20 +524,21 @@ body {
display: inline-flex;
align-items: center;
gap: 5px;
padding: 4px 9px;
padding: 5px 10px;
border-radius: 10px;
font-size: 0.72rem;
font-size: 0.78rem;
font-weight: 600;
border: 1px solid transparent;
white-space: nowrap;
}
.aw-badge-icon { font-size: 0.85rem; flex-shrink: 0; }
.aw-badge-icon { font-size: 0.92rem; flex-shrink: 0; }
.aw-badge-body {
display: flex;
flex-direction: column;
line-height: 1.2;
line-height: 1.25;
}
.aw-badge-body b { font-size: 0.78rem; }
.aw-badge-body small { font-size: 0.6rem; font-weight: 500; opacity: .75; }
.aw-badge-body b { font-size: 0.86rem; }
.aw-badge-body small { font-size: 0.66rem; font-weight: 500; opacity: .75; }
.aw-badge-rate { background: #f5f3ff; color: #5b21b6; border-color: #c4b5fd; }
.aw-badge-money { background: #fef9c3; color: #854d0e; border-color: #fde047; }
.aw-badge-meals { background: #f0fdf4; color: #166534; border-color: #86efac; }
@@ -565,7 +566,7 @@ body {
.aw-tcard-empty { background: var(--bg-main); border-color: var(--border); opacity: 0.45; }
.aw-tc-label {
display: block;
font-size: 0.57rem;
font-size: 0.63rem;
color: var(--text-light);
margin-bottom: 1px;
text-transform: uppercase;
@@ -573,7 +574,7 @@ body {
}
.aw-tc-rate {
display: block;
font-size: 1.05rem;
font-size: 1.1rem;
font-weight: 900;
line-height: 1;
margin-bottom: 4px;
@@ -607,7 +608,7 @@ body {
}
.aw-fact-icon { font-size: 0.76rem; flex-shrink: 0; padding-top: 1px; }
.aw-fact-text {
font-size: 0.7rem;
font-size: 0.76rem;
color: #0369a1;
line-height: 1.4;
flex: 1;