This commit is contained in:
@ -1618,9 +1618,10 @@ span.placeholder {
|
||||
}
|
||||
|
||||
@media (max-width: 1325px) {
|
||||
.ranking {
|
||||
/* ranking page - idea */
|
||||
/* .ranking {
|
||||
grid-template-columns: 1fr 1fr !important;
|
||||
}
|
||||
} */
|
||||
|
||||
.by-user,
|
||||
.by-stats,
|
||||
@ -2401,7 +2402,7 @@ table.table tbody tr:nth-of-type(odd) {
|
||||
.ranking {
|
||||
display: grid;
|
||||
grid-template-columns: auto;
|
||||
justify-content: center;
|
||||
/* justify-content: center; */
|
||||
}
|
||||
|
||||
.ranking div {
|
||||
@ -2414,15 +2415,15 @@ table.table tbody tr:nth-of-type(odd) {
|
||||
}
|
||||
|
||||
.by-user {
|
||||
grid-column: 1;
|
||||
grid-row: 1;
|
||||
}
|
||||
|
||||
.by-stats {
|
||||
grid-column: 3;
|
||||
grid-row: 3;
|
||||
}
|
||||
|
||||
.by-hoster {
|
||||
grid-column: 2;
|
||||
grid-row: 2;
|
||||
}
|
||||
|
||||
/* tags */
|
||||
@ -3015,4 +3016,8 @@ input#s_avatar {
|
||||
|
||||
#s_avatar:hover {
|
||||
background: #ffffff0f;
|
||||
}
|
||||
.theforceofthree {
|
||||
display: grid;
|
||||
grid-template-columns: 0.4fr 1fr 0.4fr;
|
||||
}
|
Reference in New Issue
Block a user