refactor: remove max-width from search-box for full-width layout consistency
This commit is contained in:
@@ -723,9 +723,7 @@ style.textContent = /* css */`
|
||||
}
|
||||
|
||||
search-box .search-box {
|
||||
max-width: 800px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
background: var(--color-bg);
|
||||
border: 2px solid var(--color-border);
|
||||
border-radius: var(--radius-lg);
|
||||
|
||||
Reference in New Issue
Block a user