replaced authentik with generic oidc provider

This commit is contained in:
Gani Georgiev
2023-02-23 21:07:00 +02:00
parent e529fe7e2a
commit aa4e405f92
55 changed files with 495 additions and 330 deletions
+1
View File
@@ -385,6 +385,7 @@ a,
.inline-flex {
position: relative;
display: inline-flex;
vertical-align: top;
align-items: center;
flex-wrap: wrap;
min-width: 0;
+2 -1
View File
@@ -453,8 +453,9 @@ select {
align-items: center;
user-select: none;
font-weight: 600;
color: var(--txtHintColor);
font-size: var(--smFontSize);
letter-spacing: 0.1px;
color: var(--txtHintColor);
line-height: 1;
padding-top: 12px;
padding-bottom: 3px;
+1
View File
@@ -342,6 +342,7 @@
overflow-x: hidden;
overflow-y: auto; // fallback
overflow-y: overlay;
scroll-behavior: smooth;
.overlay-active & {
overflow-y: hidden; // prevent double scrollbar
}