Cleanup some css and remove a float

This commit is contained in:
djmaze 2021-02-05 15:56:15 +01:00
parent 5e9941d58f
commit 43c4293330
5 changed files with 11 additions and 17 deletions

View file

@ -449,6 +449,8 @@ html.rl-no-preview-pane {
height: auto;
transform: translate(-25%,0);
width: auto;
width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content;
}