minor UI fix
This commit is contained in:
parent
81f5100ed9
commit
c9d0ff23c2
@ -487,7 +487,7 @@ strip-select {
|
||||
|
||||
strip-option {
|
||||
font-weight: 500;
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.9rem;
|
||||
--border-radius: 0;
|
||||
--active-option-color: rgba(var(--background-color), 1);
|
||||
--active-option-background-color: var(--accent-color);
|
||||
@ -1285,6 +1285,10 @@ sm-checkbox {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#login_form {
|
||||
padding: 0 1.5rem;
|
||||
}
|
||||
|
||||
#chart_header {
|
||||
padding: 1rem 1.5rem 0.5rem 1.5rem;
|
||||
margin-left: -0.7rem;
|
||||
@ -1309,6 +1313,7 @@ sm-checkbox {
|
||||
align-self: center;
|
||||
margin-bottom: 1rem;
|
||||
z-index: 5;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
#trade_form {
|
||||
|
||||
2
docs/css/main.min.css
vendored
2
docs/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -462,7 +462,7 @@ strip-select {
|
||||
}
|
||||
strip-option {
|
||||
font-weight: 500;
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.9rem;
|
||||
--border-radius: 0;
|
||||
--active-option-color: rgba(var(--background-color), 1);
|
||||
--active-option-background-color: var(--accent-color);
|
||||
@ -1141,6 +1141,9 @@ sm-checkbox {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#login_form {
|
||||
padding: 0 1.5rem;
|
||||
}
|
||||
#chart_header {
|
||||
padding: 1rem 1.5rem 0.5rem 1.5rem;
|
||||
margin-left: -0.7rem;
|
||||
@ -1162,6 +1165,7 @@ sm-checkbox {
|
||||
align-self: center;
|
||||
margin-bottom: 1rem;
|
||||
z-index: 5;
|
||||
font-size: 1rem;
|
||||
}
|
||||
#trade_form {
|
||||
position: fixed;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user