aboutsummaryrefslogtreecommitdiff
path: root/p/themes/BlueLagoon/BlueLagoon.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-01-09 10:08:49 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-09 10:08:49 +0100
commit7d12ecff0145c66113f81ce1b704316da0a403a5 (patch)
treeda7d4d6a8c6bbba80105a4e9d677d23b21d94836 /p/themes/BlueLagoon/BlueLagoon.css
parent5feefe416ff805090ad211eb670cc08c0db27dc1 (diff)
fix: CSS "content:" (#4985)
* fix * frss.css * improve bubble for unread articles in global view
Diffstat (limited to 'p/themes/BlueLagoon/BlueLagoon.css')
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css
index 98e63b1e8..e37f35228 100644
--- a/p/themes/BlueLagoon/BlueLagoon.css
+++ b/p/themes/BlueLagoon/BlueLagoon.css
@@ -323,7 +323,6 @@ a.btn {
height: 10px;
border-top: 1px solid #171717;
border-left: 1px solid #171717;
- content: "";
position: absolute;
top: -6px;
right: 13px;
@@ -1039,6 +1038,10 @@ a.btn {
color: #222;
}
+#stream.global .feed .item-title:not([data-unread="0"])::after {
+ margin-top: 1rem;
+}
+
/*=== PANEL */
/*===========*/
#panel {