fix(redesign): static top download

This commit is contained in:
darkweak 2023-10-15 16:10:47 +02:00 committed by Francis Lavoie
parent 3dc98f5584
commit 85ec18c9a6
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
3 changed files with 39 additions and 25 deletions

View file

@ -63,8 +63,9 @@ html {
#download {
position: sticky;
bottom: 0;
padding-bottom: 16px;
top: 0;
padding-bottom: 32px;
z-index: 10;
}
#download>div {
@ -90,7 +91,7 @@ html {
}
#downloader {
padding-bottom: 8px;
padding-bottom: 16px;
}
#command {
@ -111,6 +112,7 @@ html {
#command>svg {
height: 1em;
cursor: pointer;
}
#command-builder::before {
@ -151,9 +153,16 @@ h2 {
color: var(--text-color);
}
.card-title-name>a {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow-x: hidden;
}
.card-title-info {
display: inline-flex;
gap: 16px;
gap: 8px;
font-size: 90%;
color: var(--text-color-muted);
}
@ -235,10 +244,11 @@ select {
height: 3rem;
font-size: 100%;
font-weight: 600;
background-color: white;
border: 1px solid var(--button-border-color);
color: var(--text-color);
background-color: var(--body-bg);
width: 100%;
border-radius: var(--radius);
border: none;
}
.filters>div {
@ -258,8 +268,7 @@ select {
line-height: 1.25rem;
line-height: 2;
min-height: 3rem;
border-width: 1px;
border-color: var(--text-color-muted);
border: 1px solid var(--button-border-color);
background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
background-size: 4px 4px, 4px 4px;