Merge claude/2

This commit is contained in:
librelad 2026-07-03 21:46:29 +01:00
commit 9830382a4a

View File

@ -62,7 +62,9 @@
.addline code {
flex:1; font-size:.78rem; padding:8px 10px; border-radius:8px; overflow-x:auto;
background:rgba(0,0,0,.30); border:1px solid var(--border); white-space:nowrap;
scrollbar-width:none;
}
.addline code::-webkit-scrollbar { display:none; }
.addline button {
padding:8px 14px; border-radius:8px; border:none; cursor:pointer;
background:var(--indigo); color:#fff; font-weight:600; font-size:.82rem;