diff --git a/frontend/textbooks.html b/frontend/textbooks.html index b219108..2f2923e 100644 --- a/frontend/textbooks.html +++ b/frontend/textbooks.html @@ -164,6 +164,13 @@ width:auto; min-width:42px; padding:9px 12px; flex:0 0 auto; } + .tb-lab-btn { + width:auto; min-width:42px; padding:9px 12px; + flex:0 0 auto; white-space:nowrap; + font-variant-numeric: tabular-nums; font-weight:800; + } + .tb-lab-btn svg { stroke:var(--violet); flex-shrink:0; } + .tb-lab-btn:hover { border-color:var(--violet); background:rgba(155,93,229,.08); } .tb-empty { grid-column: 1 / -1; @@ -521,9 +528,8 @@ ${isTeacher ? `` : ''} - ${(labLinks[t.slug] && labLinks[t.slug].length) ? `` : ''}