Skip to content

Commit

Permalink
chore: update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Sep 24, 2024
1 parent 334a350 commit 49e653b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions public/styles.3e4430.css → public/styles.234d47.css
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,12 @@ video {
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.truncate {
overflow: hidden;
text-overflow: ellipsis;
Expand Down
2 changes: 1 addition & 1 deletion views/layout.templ
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ templ Layout(props LayoutProps) {
<meta name="twitter:site" content="@rnattochdag"/>
<meta name="twitter:creator" content="@rnattochdag"/>
<link rel="icon" type="image/png" href="/public/favicon.png"/>
<link href="/public/styles.css" rel="stylesheet"/>
<link href="/public/styles.234d47.css" rel="stylesheet"/>
<link rel="manifest" href="/public/manifest.webmanifest"/>
<script src="/public/htmx.2.0.2.min.js"></script>
<script src="/public/htmx.head-support.20240912.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion views/layout_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49e653b

Please sign in to comment.