Trying to make things work for the morning...

This commit is contained in:
2024-04-09 21:25:12 -04:00
parent 4460b38098
commit f68bccddb9
4 changed files with 104 additions and 41 deletions

View File

@@ -305,4 +305,12 @@ section.ae_quick_popover_small {
}
.fade_50:hover {
opacity: 1;
}
.auth_view_only {
display: none;
}
.ae_root--auth_access .auth_view_only {
display: initial;
}