Search phase 1
This commit is contained in:
@@ -359,6 +359,27 @@ textarea {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* === Search === */
|
||||
.search-form {
|
||||
display: flex;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
.search-input {
|
||||
background: var(--bg-panel);
|
||||
border: 1px solid var(--secondary);
|
||||
color: var(--text);
|
||||
font: inherit;
|
||||
font-size: 0.9rem;
|
||||
padding: 0.3rem 0.5rem;
|
||||
min-width: 0;
|
||||
width: 12rem;
|
||||
max-width: 100%;
|
||||
outline: none;
|
||||
}
|
||||
.search-input:focus {
|
||||
border-color: var(--primary-hover);
|
||||
}
|
||||
|
||||
/* === Muted text === */
|
||||
.muted {
|
||||
color: var(--text-muted);
|
||||
|
||||
Reference in New Issue
Block a user