change: search list always 80%
This commit is contained in:
parent
c7910ff704
commit
aa5a680b0f
|
@ -104,7 +104,6 @@ body::-webkit-scrollbar-thumb {
|
||||||
/* search file dialog */
|
/* search file dialog */
|
||||||
|
|
||||||
#filter {
|
#filter {
|
||||||
width: 100%;
|
|
||||||
color: black;
|
color: black;
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
}
|
}
|
||||||
|
@ -117,7 +116,6 @@ body::-webkit-scrollbar-thumb {
|
||||||
left: 10%;
|
left: 10%;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
min-width: 500px;
|
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
font-family: "Segoe UI";
|
font-family: "Segoe UI";
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
Loading…
Reference in New Issue