lvwerra HF Staff commited on
Commit
f2545f7
·
verified ·
1 Parent(s): bd25310

Fix layout picker button sizing (.zbtn width override)

Browse files
Files changed (1) hide show
  1. web/src/styles.css +1 -1
web/src/styles.css CHANGED
@@ -372,7 +372,7 @@ body {
372
 
373
  /* pane layout picker + pager (in the zoombar) */
374
  .lp { position: relative; display: inline-flex; }
375
- .lp-btn { width: auto; padding: 0 8px; gap: 6px; }
376
  .lp-ico { width: 13px; height: 13px; display: block; flex: none; }
377
  .lp-lbl { font-size: 11px; white-space: nowrap; }
378
  .lp-pop { position: absolute; bottom: calc(100% + 8px); left: 0; z-index: 30; background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 8px; display: flex; flex-direction: column; gap: 8px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); animation: rise-in 0.14s ease-out; }
 
372
 
373
  /* pane layout picker + pager (in the zoombar) */
374
  .lp { position: relative; display: inline-flex; }
375
+ .zbtn.lp-btn { width: auto; height: 22px; padding: 0 8px; gap: 6px; }
376
  .lp-ico { width: 13px; height: 13px; display: block; flex: none; }
377
  .lp-lbl { font-size: 11px; white-space: nowrap; }
378
  .lp-pop { position: absolute; bottom: calc(100% + 8px); left: 0; z-index: 30; background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 8px; display: flex; flex-direction: column; gap: 8px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); animation: rise-in 0.14s ease-out; }