Allow to disable notifications

This commit is contained in:
Sokratis
2024-02-23 15:29:11 +01:00
committed by GitHub
parent d2671b0276
commit 91e53a48e4
19 changed files with 79 additions and 9 deletions
+7
View File
@@ -201,6 +201,13 @@ main > .contain {
cursor: pointer;
}
.subscription.inactive {
color: #808080;
text-decoration: line-through;
font-style: italic;
background-color: #F8F8FF;
}
.subscription-main {
display: flex;
flex-direction: row;