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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user