Fix copy permalink when on non-secure source close #47
This commit is contained in:
parent
04cc5d4252
commit
9df6f6888f
6 changed files with 49 additions and 5 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue