forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2024-02-01 01:14:24 +02:00
parent 8299177283
commit 0290bfda82
1 changed files with 9 additions and 8 deletions

View File

@ -2329,7 +2329,7 @@ a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 1020; z-index: 1020;
} }
} }
.w-100 { .w-100 {
width: 100% !important; width: 100% !important;
@ -4705,32 +4705,33 @@ ul.comment-section {
@media (min-width: 768px) { @media (min-width: 768px) {
.border-md { .border-md {
border: 1px solid var(--gray-400) !important; border: 1px solid var(--gray-400) !important;
} }
.border-md-0 { .border-md-0 {
border: none !important; border: none !important;
} }
.rounded-md { .rounded-md {
border-radius: 0.35rem; border-radius: 0.35rem;
} }
} }
@media (min-width: 992px) { @media (min-width: 992px) {
.rounded-lg { .rounded-lg {
border-radius: 0.35rem; border-radius: 0.35rem;
}
} }
}
@media (min-width: 992px) { @media (min-width: 992px) {
.w-lg-25 { .w-lg-25 {
width: 25% !important; width: 25% !important;
} }
.w-lg-75 { .w-lg-75 {
width: 75% !important; width: 75% !important;
} }
.w-lg-95 { .w-lg-95 {
width: 95% !important; width: 95% !important;
} }
.w-lg-100 { .w-lg-100 {
width: 100% !important; width: 100% !important;
} }
} }
.post .body { .post .body {
padding: 1rem; padding: 1rem;