Kobo styles, fill screen

This commit is contained in:
yoanhg421 2023-10-02 13:18:27 -07:00
parent e38db62af2
commit 48816aee2d

View File

@ -21,4 +21,6 @@ div {
img {
margin: 0;
padding: 0;
width: {{ .View.Width }}px;
height: {{ .View.Height }}px;
}