mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 17:02:40 +01:00
prevent search bar from shrinking (#3567)
This commit is contained in:
parent
65e55549c7
commit
1205156ca3
@ -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 New Issue
Block a user