1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-06 02:59:39 +02:00

prevent search bar from shrinking (#3567)

This commit is contained in:
Raymond Hill 2018-03-04 18:23:01 -05:00
parent 65e55549c7
commit 1205156ca3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -28,6 +28,7 @@
align-items: center;
background-color: #eee;
display: flex;
flex-shrink: 0;
justify-content: center;
padding: 4px 8px;
/* position: absolute; */