mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
feat: image support
also translated some strings back into english
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
body {
|
||||
body {
|
||||
color: #2898BD;
|
||||
}
|
||||
|
||||
#imgdiv {
|
||||
padding-right: 2%;
|
||||
}
|
||||
|
||||
#coverImage {
|
||||
min-width: 30em;
|
||||
max-width: 50em;
|
||||
border: 3px dashed #2898BD;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.hidden-before-load {
|
||||
display: none !important;
|
||||
visibility: hidden !important;
|
||||
|
||||
Reference in New Issue
Block a user