Refactoring code

This commit is contained in:
sairaj mote 2023-09-22 02:57:26 +05:30
parent 0e862c692e
commit 81d2e42bad
5 changed files with 550 additions and 625 deletions

View File

@ -834,6 +834,7 @@ theme-toggle {
#main_search_field {
width: 100%;
--min-height: 2.8rem;
font-weight: 500;
}
#suggestions {
@ -1053,7 +1054,6 @@ theme-toggle {
}
#loading h4 {
margin-top: 1.5rem;
font-weight: 500;
}
#all_blocks_page,

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -757,6 +757,7 @@ theme-toggle {
#main_search_field {
width: 100%;
--min-height: 2.8rem;
font-weight: 500;
}
#suggestions {
position: absolute;
@ -965,7 +966,6 @@ theme-toggle {
height: 100dvh;
h4 {
margin-top: 1.5rem;
font-weight: 500;
}
}
#all_blocks_page,

1163
index.html

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long