search: square the search box + suggest dropdown (border-radius 999px→2px) to match the rest of the site
This commit is contained in:
@@ -859,7 +859,7 @@ h1, h2, h3 {
|
||||
z-index: 60;
|
||||
background: #0d1118;
|
||||
border: 1px solid #2a3a50;
|
||||
border-radius: 10px;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
|
||||
padding: 4px 0;
|
||||
max-height: 70vh;
|
||||
@@ -1001,7 +1001,7 @@ h1, h2, h3 {
|
||||
margin: 8px 0;
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
border-radius: 999px;
|
||||
border-radius: 2px;
|
||||
padding-left: 12px;
|
||||
transition: border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user