Fix copy permalink when on non-secure source close #47

This commit is contained in:
Matt Walsh
2024-07-07 20:15:29 -05:00
parent 04cc5d4252
commit 9df6f6888f
6 changed files with 49 additions and 5 deletions

View File

@@ -353,7 +353,8 @@ body {
margin-bottom: 15px;
}
#enabledDisplays, #settings {
#enabledDisplays,
#settings {
margin-bottom: 15px;
@include u.status-colors();
@@ -412,6 +413,7 @@ body {
justify-content: center;
align-content: center;
}
.kiosk #divTwc {
justify-content: unset;
}
@@ -728,7 +730,12 @@ body {
display: none;
}
#share-link-instructions {
display: none;
}
.kiosk {
#divQuery,
>.info,
>.heading,