Add Settings Popup

Add NotificationConnector Setting (need to add styling)
This commit is contained in:
2025-03-17 21:07:27 +01:00
parent 62665f5660
commit 0b0abb3801
9 changed files with 115 additions and 14 deletions

View File

@ -30,4 +30,8 @@ header > #titlebox > span{
header > #titlebox > img {
height: 100%;
cursor: grab;
}
header > * {
height: 100%;
}

View File

@ -0,0 +1,15 @@
#Settings {
height: 100%;
display: flex;
align-items: center;
}
#Settings > * {
height: 80%;
}
#Settings > div > img {
height: calc(100% - 10px);
margin: 5px;
filter: invert(100%) sepia(20%) saturate(7480%) hue-rotate(179deg) brightness(121%) contrast(102%);
}