clippy css fix

This commit is contained in:
2024-07-20 15:54:55 +02:00
parent 23d4a22c1c
commit 99bbe08d16
+5 -3
View File
@@ -339,8 +339,10 @@ input[type="range"]#volume::-webkit-slider-thumb {
flex-flow: column nowrap;
align-items: flex-end;
width: 256px;
left: 550px;
top: 340px;
left: 580px;
top: 0;
height:580px;
justify-content: flex-end;
}
#clippy .body {
@@ -353,7 +355,7 @@ input[type="range"]#volume::-webkit-slider-thumb {
}
#clippy .body .content {
max-height:calc(100vh - 197px);
max-height: 375px;
overflow-y: scroll;
}