mirror of
https://github.com/Jeuners/Logpy-AgentOne.git
synced 2026-09-09 15:02:33 +02:00
ui: schlanke, themebewusste Scrollbar fuer den Verlauf
Vorher Standard-Browser-Scrollbar. Jetzt duenn und in --muted eingefaerbt, sowohl fuer Firefox (scrollbar-width/-color) als auch WebKit/Chromium (::-webkit-scrollbar). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015vtvcyNkapuDh583643hNs
This commit is contained in:
parent
be16474c82
commit
bc588072bd
1 changed files with 6 additions and 1 deletions
|
|
@ -528,7 +528,12 @@ border:1px solid var(--rand);background:var(--bg);color:var(--muted)}
|
||||||
.dienste-kopf{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);
|
.dienste-kopf{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);
|
||||||
margin:22px 0 7px}
|
margin:22px 0 7px}
|
||||||
#verlauf{background:var(--log);border:1px solid var(--rand);border-radius:11px;padding:10px;
|
#verlauf{background:var(--log);border:1px solid var(--rand);border-radius:11px;padding:10px;
|
||||||
height:180px;overflow-y:auto;font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace}
|
height:180px;overflow-y:auto;font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;
|
||||||
|
scrollbar-width:thin;scrollbar-color:var(--muted) transparent}
|
||||||
|
#verlauf::-webkit-scrollbar{width:8px}
|
||||||
|
#verlauf::-webkit-scrollbar-track{background:transparent}
|
||||||
|
#verlauf::-webkit-scrollbar-thumb{background:var(--muted);border-radius:99px;border:2px solid var(--log)}
|
||||||
|
#verlauf::-webkit-scrollbar-thumb:hover{background:var(--fg)}
|
||||||
.z{display:flex;gap:9px;padding:1px 0}
|
.z{display:flex;gap:9px;padding:1px 0}
|
||||||
.z time{color:var(--muted);flex:none;font-variant-numeric:tabular-nums}
|
.z time{color:var(--muted);flex:none;font-variant-numeric:tabular-nums}
|
||||||
.z .a{flex:none;width:64px;font-weight:600}
|
.z .a{flex:none;width:64px;font-weight:600}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue