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