hubzilla 8

This commit is contained in:
root
2024-02-17 17:00:05 +01:00
parent 945d6161b5
commit 35b5787038
275 changed files with 1548 additions and 19618 deletions

View File

@@ -1,9 +1,9 @@
.comment .wall-item-body {
padding-left: 3rem;
padding-left: 2.8rem;
}
.wall-item-content-wrapper {
border-bottom: 1px solid rgba(0,0,0,.125);
.wall-item-content-wrapper.comment {
border-bottom: 1px solid var(--bs-border-color);
}
.hide-comments-outer,
@@ -12,7 +12,7 @@
}
.widget {
border: 1px solid rgba(0,0,0,.125);
border: 1px solid var(--bs-border-color);
}
#note-text {
@@ -20,18 +20,19 @@
}
.vcard-card {
border: 1px solid rgba(0,0,0,.125);
border: 1px solid var(--bs-border-color);
border-bottom: 0;
}
.vcard-card .card {
border: 1px solid var(--bs-border-color);
border-top: 0;
border-right: 0;
border-left: 0;
}
.vcard-card .vcard {
border: 1px solid rgba(0,0,0,.125);
border: 1px solid var(--bs-border-color);
border-top: 0;
border-right: 0;
border-left: 0;