Compare commits

...

2 Commits

View File

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