Compare commits

...

2 Commits

View File

@ -80,6 +80,10 @@ html body.staff:not(.navigation-topics) #main-outlet {
margin-bottom: 0; margin-bottom: 0;
} }
html body.navigation-category #main-outlet {
width: calc(100% - 1em) !important;
}
.container.posts > .row { .container.posts > .row {
max-width: calc(100vw - 1.5em); max-width: calc(100vw - 1.5em);
} }
@ -190,12 +194,8 @@ ol.category-breadcrumb {
border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
} }
.full-width .contents .topic-list .topic-list-header tr { .full-width .contents .topic-list .topic-list-header {
background-color: var(--secondary); display: none;
border-radius: 8px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(var(--primary-rgb), 0.1);
margin-bottom: 1em;
} }
.topic-list .topic-item-stats { .topic-list .topic-item-stats {
@ -231,7 +231,6 @@ ol.category-breadcrumb {
width: unset; width: unset;
} }
.topic-list .topic-list-header .topic-list-data,
.topic-list .topic-list-item .topic-list-data { .topic-list .topic-list-item .topic-list-data {
padding: 15px; padding: 15px;
} }