fix some problems
This commit is contained in:
parent
300f44503b
commit
4010f37f68
6 changed files with 24 additions and 19 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue