This commit is contained in:
ed 2021-04-24 19:22:15 +02:00
parent c3e4d65b80
commit c9c3302664
5 changed files with 175 additions and 191 deletions

View file

@ -6,7 +6,7 @@ html,body,tr,th,td,#files,a {
background: none;
font-weight: inherit;
font-size: inherit;
padding: none;
padding: 0;
border: none;
}
html {
@ -90,15 +90,13 @@ a, #files tbody div a:last-child {
#files td {
margin: 0;
padding: 0 .5em;
}
#files td {
border-bottom: 1px solid #111;
}
#files td+td+td {
max-width: 30em;
overflow: hidden;
}
#files tr td {
#files tr+tr td {
border-top: 1px solid #383838;
}
#files tbody td:nth-child(3) {
@ -487,9 +485,6 @@ input[type="checkbox"]:checked+label {
border-collapse: collapse;
width: 100%;
}
#files td div a:last-child {
width: 100%;
}
#wrap {
margin-top: 2em;
}

View file

@ -119,7 +119,6 @@ html.dark #toast {
text-align: center;
padding: .6em 0;
position: fixed;
z-index: 9001;
top: 30%;
transition: opacity 0.2s ease-in-out;
opacity: 1;

View file

@ -60,16 +60,6 @@ html .editor-toolbar>button.save.force-save {
background: #f97;
}
/*
*[data-ln]:before {
content: attr(data-ln);
font-size: .8em;
margin: 0 .4em;
color: #f0c;
}
.cm-header { font-size: .4em !important }
*/

View file

@ -3,7 +3,7 @@ html,body,tr,th,td,#files,a {
background: none;
font-weight: inherit;
font-size: inherit;
padding: none;
padding: 0;
border: none;
}
html {