mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 09:31:01 +01: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;
|
align-items: center;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-shrink: 0;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
/* position: absolute; */
|
/* position: absolute; */
|
||||||
|
|
Loading…
Reference in a new issue