
* fix: interface style improvements and components in ejs templates * fix: improvement of improvements * Redesign: kind of MD3 * Working url/search switch * formatting * Add switch animation, adjust sizes, adjust btn colors, rename bg2 to outline * Format --------- Co-authored-by: DarkCat09 <gh@dc09.ru>
13 lines
176 B
CSS
13 lines
176 B
CSS
.form-search {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 0.25rem 0.375rem;
|
|
margin-left: auto;
|
|
}
|
|
|
|
@media (max-width: 504px) {
|
|
.form-search {
|
|
margin: 0.25rem;
|
|
}
|
|
}
|