mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 16:22:37 +02:00
revert some styles for better landscape display
This commit is contained in:
parent
63970ffc89
commit
e38db62af2
@ -4,6 +4,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
color: #{{ .View.Color.Foreground }};
|
||||||
|
background: #{{ .View.Color.Background }};
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -19,5 +21,4 @@ div {
|
|||||||
img {
|
img {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: {{ .View.Height }}px;
|
|
||||||
}
|
}
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div >
|
<div >
|
||||||
<img src="../{{ .Image.Path }}" alt="{{ .Title }}" />
|
<img src="../{{ .Image.Path }}" alt="{{ .Title }}" width="{{ .Image.Width }}" height="{{ .Image.Height }}" />
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user