Compare commits

..

No commits in common. "9830382a4abd324b9aa1b9c908efd07f0793689e" and "0c8b13d2f1c2c5af0e098a6ca23779d7cb72d716" have entirely different histories.

View File

@ -62,9 +62,7 @@
.addline code { .addline code {
flex:1; font-size:.78rem; padding:8px 10px; border-radius:8px; overflow-x:auto; 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; 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 { .addline button {
padding:8px 14px; border-radius:8px; border:none; cursor:pointer; padding:8px 14px; border-radius:8px; border:none; cursor:pointer;
background:var(--indigo); color:#fff; font-weight:600; font-size:.82rem; background:var(--indigo); color:#fff; font-weight:600; font-size:.82rem;