mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 14:23:11 +00:00
fixy fixy
This commit is contained in:
parent
8d291d0c7d
commit
67dedc60cc
4 changed files with 32 additions and 25 deletions
20
css/main.css
20
css/main.css
|
@ -633,8 +633,8 @@ nav .btn {
|
|||
|
||||
.logs {
|
||||
width: 100%;
|
||||
max-height: 20rem;
|
||||
min-height: 5rem;
|
||||
max-height: 21rem;
|
||||
min-height: auto;
|
||||
padding: 0;
|
||||
overflow-y: scroll;
|
||||
display: flex;
|
||||
|
@ -662,19 +662,19 @@ nav .btn {
|
|||
width: 5%;
|
||||
}
|
||||
.log > *:nth-child(2) {
|
||||
width: 25%;
|
||||
width: 17%;
|
||||
}
|
||||
.log > *:nth-child(3) {
|
||||
width: 50%;
|
||||
width: 38%;
|
||||
}
|
||||
.log > *:nth-child(4) {
|
||||
width: 20%;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.bans {
|
||||
width: 100%;
|
||||
max-height: 20rem;
|
||||
min-height: 5rem;
|
||||
max-height: 21rem;
|
||||
min-height: auto;
|
||||
padding: 0;
|
||||
overflow-y: scroll;
|
||||
display: flex;
|
||||
|
@ -702,16 +702,16 @@ nav .btn {
|
|||
width: 5%;
|
||||
}
|
||||
.ban > *:nth-child(2) {
|
||||
width: 20%;
|
||||
width: 17%;
|
||||
}
|
||||
.ban > *:nth-child(3) {
|
||||
width: 45%;
|
||||
width: 38%;
|
||||
}
|
||||
.ban > *:nth-child(4) {
|
||||
width: 10%;
|
||||
}
|
||||
.ban > *:nth-child(5) {
|
||||
width: 20%;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.perm {
|
||||
|
|
|
@ -349,7 +349,7 @@
|
|||
|
||||
.logs {
|
||||
width: 100%;
|
||||
max-height: 20rem; min-height: 5rem;
|
||||
max-height: 21rem; min-height: auto;
|
||||
|
||||
padding: 0;
|
||||
|
||||
|
@ -382,20 +382,20 @@
|
|||
width: 5%;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
width: 25%;
|
||||
width: 17%;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
width: 50%;
|
||||
width: 38%;
|
||||
}
|
||||
&:nth-child(4) {
|
||||
width: 20%;
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bans {
|
||||
width: 100%;
|
||||
max-height: 20rem; min-height: 5rem;
|
||||
max-height: 21rem; min-height: auto;
|
||||
|
||||
padding: 0;
|
||||
|
||||
|
@ -428,16 +428,16 @@
|
|||
width: 5%;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
width: 20%;
|
||||
width: 17%;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
width: 45%;
|
||||
width: 38%;
|
||||
}
|
||||
&:nth-child(4) {
|
||||
width: 10%;
|
||||
}
|
||||
&:nth-child(5) {
|
||||
width: 20%;
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue