Bugfix: message fullscreen had no left:0

This commit is contained in:
the-djmaze 2022-04-16 02:47:59 +02:00
parent 865f62dbb8
commit 7bbc53c8af

View file

@ -514,6 +514,7 @@ html.rl-fullscreen {
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 0;
}
}