Add access controls window

This commit is contained in:
2024-11-19 15:31:51 +01:00
parent 27882303d9
commit f7a0ff4538
41 changed files with 307 additions and 63 deletions

View File

@@ -66,6 +66,7 @@ const share_tumblr = () => {
overflow-y: scroll;
overflow-x: hidden;
background: var(--shaded_background);
backdrop-filter: blur(4px);
border-top-left-radius: 16px;
border-bottom-left-radius: 16px;
text-align: center;

View File

@@ -240,6 +240,7 @@ h1 {
flex-direction: row;
overflow: auto;
background-color: var(--shaded_background);
backdrop-filter: blur(4px);
padding: 0 2px 2px 2px;
align-items: center;
}
@@ -259,6 +260,7 @@ h1 {
}
.compatibility_warning {
background-color: var(--shaded_background);
backdrop-filter: blur(4px);
border-bottom: 2px solid #6666FF;
padding: 4px;
}