liste kleiner, user kleiner

This commit is contained in:
Luke
2021-04-20 00:26:55 +00:00
parent 44d981440e
commit 654840fefe
6 changed files with 34 additions and 28 deletions

View File

@@ -35,7 +35,8 @@ h2 { font-size: 1.125em; }
}
.wrapper {
height: 80vh;
min-height: 60vh;
max-height: 80vh;
overflow-y: scroll;
border-radius: .25em;
@@ -62,7 +63,7 @@ table {
}
th, td {
padding: .75em .5em;
padding: .6em .3em;
&:first-child { padding-left: 1em; }
&:last-child { padding-right: 1em; }
@@ -81,7 +82,7 @@ table {
&::-webkit-scrollbar { display: none; }
}
&:nth-child(3) { width: 14ch !important; }
&:nth-child(3) { width: 15ch !important; }
&:nth-child(4) { width: 13ch !important; }
}
@@ -134,4 +135,4 @@ ol.inline.stats {
&:not(:last-of-type) { margin-bottom: .125em; }
abbr { text-decoration: none; }
}
}