mirror of
https://github.com/caddyserver/website.git
synced 2025-04-28 07:56:16 -04:00
fix(redesign): JS behavior
This commit is contained in:
parent
d201a427d1
commit
3dc98f5584
4 changed files with 171 additions and 99 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue