mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 14:57:53 +02:00
Add Settings Popup
Add NotificationConnector Setting (need to add styling)
This commit is contained in:
@ -30,4 +30,8 @@ header > #titlebox > span{
|
||||
header > #titlebox > img {
|
||||
height: 100%;
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
header > * {
|
||||
height: 100%;
|
||||
}
|
@ -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%);
|
||||
}
|
Reference in New Issue
Block a user