use horizontal scroll for pages container

By making small thumbnails and aligning everything horizontally the space on the screen is used better.
This commit is contained in:
jordy
2023-04-22 14:08:47 +02:00
parent 243e4889b9
commit 43107965a9
3 changed files with 139 additions and 41 deletions

View File

@@ -31,6 +31,13 @@ html[lang-direction=rtl] * {
right: 0;
top: 50%;
}
.align-center-left {
position: absolute;
left: 0;
top: 50%;
}
.align-bottom {
position: absolute;
bottom: 0;