fix(redesign): JS behavior

This commit is contained in:
darkweak 2023-10-15 13:36:22 +02:00 committed by Francis Lavoie
parent d201a427d1
commit 3dc98f5584
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
4 changed files with 171 additions and 99 deletions

View file

@ -46,6 +46,13 @@ html {
top: 0;
}
#platform {
width: unset;
min-height: unset;
height: unset;
line-height: unset;
}
#packages {
width: 100%;
padding-top: 32px;
@ -67,10 +74,29 @@ html {
padding: 1rem;
}
#download>div {
border: var(--border-download);
background-color: var(--body-bg);
border-radius: var(--radius);
padding: 1rem;
}
#downloader>button {
margin: 0 auto;
min-width: fit-content;
white-space: nowrap;
font-size: 80%;
font-weight: bold;
}
#downloader {
padding-bottom: 8px;
}
#command {
border-radius: var(--radius);
border: 1px solid var(--button-border-color);
padding: 0.75rem;
padding: 0.5rem 0.75rem;
display: inline-flex;
width: 100%;
}
@ -80,6 +106,11 @@ html {
overflow-x: scroll;
display: inline-flex;
white-space: nowrap;
font-size: 1rem;
}
#command>svg {
height: 1em;
}
#command-builder::before {