clippy css fix
This commit is contained in:
@@ -339,8 +339,10 @@ input[type="range"]#volume::-webkit-slider-thumb {
|
|||||||
flex-flow: column nowrap;
|
flex-flow: column nowrap;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
width: 256px;
|
width: 256px;
|
||||||
left: 550px;
|
left: 580px;
|
||||||
top: 340px;
|
top: 0;
|
||||||
|
height:580px;
|
||||||
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clippy .body {
|
#clippy .body {
|
||||||
@@ -353,7 +355,7 @@ input[type="range"]#volume::-webkit-slider-thumb {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#clippy .body .content {
|
#clippy .body .content {
|
||||||
max-height:calc(100vh - 197px);
|
max-height: 375px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user