fix some problems

This commit is contained in:
kkzzhizhou 2021-11-30 09:25:31 +08:00
parent 300f44503b
commit 4010f37f68
6 changed files with 24 additions and 19 deletions

View file

@ -130,7 +130,7 @@ input[type=checkbox]:focus {
.plugin-root {
min-width: 260px;
display: grid;
grid-template-rows: 97% 1% 0.5%;
grid-template-rows: 94% 4% 1% 1%;
height: inherit;
}
@ -138,6 +138,10 @@ input[type=checkbox]:focus {
height: 100%;
}
.view-content {
margin-bottom: 0;
}
.substats {
font-size: medium;
}