Minor UI tweak

This commit is contained in:
sairaj mote 2023-11-30 03:05:10 +05:30
parent 314ad62005
commit 1dd2e99bd3
3 changed files with 9 additions and 7 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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