diff --git a/src/style.css b/src/style.css index 7a28952db21ad..08284e801ac47 100644 --- a/src/style.css +++ b/src/style.css @@ -196,7 +196,7 @@ search-view input { border: 0; font-size: 15px; text-overflow: ellipsis; - min-width: 300px; + min-width: 270px; max-width: 770px; border-radius: 20px; background-color: #e9e9e9; @@ -206,14 +206,6 @@ search-view input { background-position: 8px 6px; } -search-view my-button { - margin: 0; -} - -search-view input::placeholder { - color: #11111166; -} - search-view input:focus { outline: 0; } @@ -355,19 +347,14 @@ body.has-search-suggestions glass-pane { my-button { background-color: var(--sidebar-color); - margin: 8px; - width: 24px; + margin: 12px; + width: 22px; height: 24px; display: flex; justify-content: center; align-items: center; } -my-button > svg { - flex: none; - transform: scale(2); -} - #menu-button, #back-button, #clear-button { display: none; }