1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-19 17:07:08 +03:00

limit search panel width

This commit is contained in:
Eugene Pankov 2022-04-30 10:28:12 -07:00
parent 12362231cf
commit 9d88ed6371
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -1,6 +1,7 @@
:host {
position: fixed;
width: 600px;
max-width: 80vw;
right: 40px;
z-index: 5;
border-radius: 0 0 5px 5px;