optimize css

This commit is contained in:
2025-12-08 14:08:53 +01:00
parent 72dc2deab9
commit 4d3e258b06
27 changed files with 917 additions and 2346 deletions

View File

@@ -251,26 +251,9 @@
}
.search-gallery-wrapper {
flex: 1;
min-width: 200px;
max-width: none;
}
.search-input {
width: 100%;
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.15);
color: var(--text-primary);
padding: 0.75rem 1.3rem;
border-radius: 99px;
font-size: 1rem;
transition: all 0.25s;
}
.search-input:focus {
outline: none;
border-color: var(--accent);
box-shadow: 0 0 0 3px rgba(255,107,107,0.2);
position: relative;
width: 300px;
z-index: 2000;
}
.fav-toggle-btn {