Compare commits

..

No commits in common. "d2768f94bb268351b7461442d3639d1259bfccbf" and "5981e3739d681e3987ade0a5e8812042b1bca4cf" have entirely different histories.

3 changed files with 4 additions and 4 deletions

BIN
db.sqlite

Binary file not shown.

View file

@ -21,8 +21,8 @@ var imageExtensions = map[string]bool{
".png": true, ".png": true,
".jpg": true, ".jpg": true,
".jpeg": true, ".jpeg": true,
// ".webp": true, ".webp": true,
".bmp": true, ".bmp": true,
} }
func isImageFile(path string) bool { func isImageFile(path string) bool {

View file

@ -18,8 +18,8 @@
.page.landscape { .page.landscape {
width: 100vh; width: 100vh;
height: 100vw; height: 100vw;
transform: rotate(90deg) translateY(-100%); transform: rotate(270deg) translateY(-50%);
transform-origin: top left; transform-origin: top right;
} }
</style> </style>
</head> </head>