This commit is contained in:
root
2025-04-06 05:14:08 -04:00
parent f8d24aee90
commit cb7ac9cca1
36 changed files with 1506 additions and 1522 deletions

View File

@@ -1,5 +1,5 @@
.comment .wall-item-body {
padding-left: 2.8rem;
padding-left: 3.4rem;
}
.wall-item-content-wrapper.comment {

View File

@@ -1,6 +1 @@
<?php
if (! $radiuspx)
$radiuspx = "4";
if (! $comment_border_colour)
$comment_border_colour = "rgb(238,238,238)";

View File

@@ -401,3 +401,10 @@ blockquote {
--bs-bg-opacity: 0;
}
.generic-content-wrapper.is-contained {
border: 1px solid #5f6271;
}
.generic-content-wrapper.is-new {
border-top: 2px solid #63bd65;
}

View File

@@ -409,3 +409,11 @@ blockquote {
.bg-body-secondary {
--bs-bg-opacity: 0;
}
.generic-content-wrapper.is-contained {
border: 1px solid #5f6271;
}
.generic-content-wrapper.is-new {
border-top: 2px solid #63bd65;
}

View File

@@ -401,3 +401,11 @@ blockquote {
.bg-body-secondary {
--bs-bg-opacity: 0;
}
.generic-content-wrapper.is-contained {
border: 1px solid #5f6271;
}
.generic-content-wrapper.is-new {
border-top: 2px solid #63bd65;
}

View File

@@ -395,3 +395,11 @@ blockquote {
.bg-body-secondary {
--bs-bg-opacity: 0;
}
.generic-content-wrapper.is-contained {
border: 1px solid #5f6271;
}
.generic-content-wrapper.is-new {
border-top: 2px solid #63bd65;
}

View File

@@ -421,3 +421,11 @@ blockquote {
.bg-body-secondary {
--bs-bg-opacity: 0;
}
.generic-content-wrapper.is-contained {
border: 1px solid #5f6271;
}
.generic-content-wrapper.is-new {
border-top: 2px solid #63bd65;
}