fixed #9698, fixed #9697, fixed #9651, fixed #8371, fixed #9483 - fixed huge search bar

This commit is contained in:
Eugene 2024-06-22 21:43:37 +02:00
parent 3739455f32
commit bba72b4bb8
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -3,6 +3,7 @@
width: 600px;
max-width: 80vw;
right: 40px;
height: 36px;
z-index: 5;
border-radius: 0 0 5px 5px;
background: rgba(0, 0, 0, .95);
@ -22,6 +23,6 @@
opacity: .5;
}
::ng-deep svg {
:host ::ng-deep svg {
height: 16px;
}