optimize css
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user