Skip to content

Commit

Permalink
Simpler gif fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Nov 15, 2020
1 parent 8912985 commit 7ad6f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions src/sass/tweet/media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@
.image-attachment {
width: 100%;
}

.gallery-gif {
align-self: flex-start;
border-radius: 7px;
overflow: hidden;
}
}

.attachment {
Expand Down Expand Up @@ -108,6 +102,7 @@
}

.media-gif {
display: table;
background-color: unset;
width: unset;
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/general.nim
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ proc renderHead*(prefs: Prefs; cfg: Config; titleText=""; desc=""; video="";
opensearchUrl = "http://" & cfg.hostname & "/opensearch"

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="apple-touch-icon", sizes="180x180", href="/apple-touch-icon.png")
link(rel="icon", type="image/png", sizes="32x32", href="/favicon-32x32.png")
Expand Down

0 comments on commit 7ad6f58

Please sign in to comment.