Simpler gif fix
This commit is contained in:
parent
8912985beb
commit
7ad6f581c2
|
@ -33,12 +33,6 @@
|
||||||
.image-attachment {
|
.image-attachment {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-gif {
|
|
||||||
align-self: flex-start;
|
|
||||||
border-radius: 7px;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment {
|
.attachment {
|
||||||
|
@ -108,6 +102,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-gif {
|
.media-gif {
|
||||||
|
display: table;
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
width: unset;
|
width: unset;
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,7 @@ proc renderHead*(prefs: Prefs; cfg: Config; titleText=""; desc=""; video="";
|
||||||
opensearchUrl = "http://" & cfg.hostname & "/opensearch"
|
opensearchUrl = "http://" & cfg.hostname & "/opensearch"
|
||||||
|
|
||||||
buildHtml(head):
|
buildHtml(head):
|
||||||
link(rel="stylesheet", `type`="text/css", href="/css/style.css?v=2")
|
link(rel="stylesheet", `type`="text/css", href="/css/style.css?v=3")
|
||||||
link(rel="stylesheet", `type`="text/css", href="/css/fontello.css?v=2")
|
link(rel="stylesheet", `type`="text/css", href="/css/fontello.css?v=2")
|
||||||
link(rel="apple-touch-icon", sizes="180x180", href="/apple-touch-icon.png")
|
link(rel="apple-touch-icon", sizes="180x180", href="/apple-touch-icon.png")
|
||||||
link(rel="icon", type="image/png", sizes="32x32", href="/favicon-32x32.png")
|
link(rel="icon", type="image/png", sizes="32x32", href="/favicon-32x32.png")
|
||||||
|
|
Loading…
Reference in New Issue