Minor UI tweak
This commit is contained in:
parent
314ad62005
commit
1dd2e99bd3
@ -806,15 +806,12 @@ theme-toggle {
|
||||
}
|
||||
|
||||
#dapp_search_input {
|
||||
width: min(100%, 20rem);
|
||||
width: 100%;
|
||||
--background: transparent;
|
||||
border: solid thin rgba(var(--text-color), 0.3);
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
#category_selector {
|
||||
view-transition-name: category-selector;
|
||||
}
|
||||
#category_selector sm-chip {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
@ -955,6 +952,9 @@ theme-toggle {
|
||||
display: grid;
|
||||
grid-template-columns: 12rem 1fr;
|
||||
}
|
||||
#dapp_search_input {
|
||||
width: 20rem;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1280px) {
|
||||
.page {
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -749,13 +749,12 @@ theme-toggle {
|
||||
}
|
||||
}
|
||||
#dapp_search_input {
|
||||
width: min(100%, 20rem);
|
||||
width: 100%;
|
||||
--background: transparent;
|
||||
border: solid thin rgba(var(--text-color), 0.3);
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
#category_selector {
|
||||
view-transition-name: category-selector;
|
||||
sm-chip {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
@ -899,6 +898,9 @@ theme-toggle {
|
||||
grid-template-columns: 12rem 1fr;
|
||||
}
|
||||
}
|
||||
#dapp_search_input {
|
||||
width: 20rem;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1280px) {
|
||||
.page {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user