Add stylesheet changes for backend info and status page link

This commit is contained in:
Sommerwiesel
2025-06-20 15:29:31 +02:00
parent a27f9d2d7b
commit 506e04ce47
+17
View File
@@ -122,11 +122,28 @@ body a.channel-owner {
font-size:0.85em;
text-align: center;
}
#backend-selector-title {
font-size:1.5em;
text-align: center;
margin:5px 0;
font-weight:bold;
}
#backend-health-status-page {
display:block;
text-align: center;
margin: 5px 0 15px 0;
}
#backend-info {
margin-bottom: 10px;
font-size:0.85em;
text-align: center;
}
#backend-info p {
margin: 0;
text-align: inherit;
color: var(--Color1) !important;
}
#watch-info {
text-align: center;