minor UI fix

This commit is contained in:
sairaj mote 2022-05-16 17:27:09 +05:30
parent 81f5100ed9
commit c9d0ff23c2
3 changed files with 12 additions and 3 deletions

View File

@ -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 {

File diff suppressed because one or more lines are too long

View File

@ -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;