mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-17 01:50:05 +00:00
limit search panel width
This commit is contained in:
parent
12362231cf
commit
9d88ed6371
@ -1,6 +1,7 @@
|
|||||||
:host {
|
:host {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
|
max-width: 80vw;
|
||||||
right: 40px;
|
right: 40px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
border-radius: 0 0 5px 5px;
|
border-radius: 0 0 5px 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user