mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix page paddings.
This commit is contained in:
parent
2ef599b90e
commit
5b035e4348
@ -326,7 +326,6 @@
|
||||
.members {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
overflow: hidden;
|
||||
|
||||
.member {
|
||||
@ -385,6 +384,11 @@
|
||||
th {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
input[type='text'] {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
||||
.plugins {
|
||||
|
@ -272,8 +272,10 @@
|
||||
max-height: 100%;
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: auto;
|
||||
padding-top: 5px;
|
||||
padding: 5px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user