make anime sidebar responsive 2-col grid on smaller desktops
This commit is contained in:
@@ -903,6 +903,13 @@ a:visited {
|
|||||||
.anime-sidebar {
|
.anime-sidebar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
order: 2;
|
order: 2;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
gap: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.anime-sidebar .sidebar-row {
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.relations-grid {
|
.relations-grid {
|
||||||
|
|||||||
Reference in New Issue
Block a user