mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
prevent search bar from shrinking (#3567)
This commit is contained in:
parent
65e55549c7
commit
1205156ca3
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
align-items: center;
|
||||
background-color: #eee;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
justify-content: center;
|
||||
padding: 4px 8px;
|
||||
/* position: absolute; */
|
||||
|
|
|
|||
Loading…
Reference in a new issue