try to fix the logout everywhere button again

This commit is contained in:
Til Schmitter 2026-05-15 23:19:42 +02:00
parent 3b4b30af28
commit 7f91837457
3 changed files with 5 additions and 3 deletions

View file

@ -3100,6 +3100,8 @@ html.c .modalcontent {
} }
.modal.vis.unmodal { .modal.vis.unmodal {
position: initial; position: initial;
max-height: 50vh;
.modalcontent{ .modalcontent{
width: 100%; width: 100%;
max-width: none; max-width: none;

View file

@ -1653,8 +1653,8 @@ function goto(dest) {
clmod(document.documentElement, 'op_open', dest); clmod(document.documentElement, 'op_open', dest);
// enables the use of keyboard page nav on modals // enables the use of keyboard page nav on modals
var a_modal = QS('.modal.vis'); //var a_modal = QS('.modal.vis');
clmod(document.documentElement, 'noscroll', a_modal && window.getComputedStyle(a_modal).position == 'fixed'); //clmod(document.documentElement, 'noscroll', a_modal && window.getComputedStyle(a_modal).position == 'fixed');
if (treectl) if (treectl)
treectl.onscroll(); treectl.onscroll();

View file

@ -102,7 +102,7 @@ a {
} }
#lo { #lo {
padding: 0 .6em; padding: 0 .6em;
height: 1.6em; line-height: 1.8em;
border-width: 0 0 2px 0; border-width: 0 0 2px 0;
} }
#lo:hover, #lo:focus-visible, #lo:hover, #lo:focus-visible,