Skip to content

Commit

Permalink
chore: update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Feb 3, 2025
1 parent a5c9760 commit d69a51b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions public/styles.a1ab29.css → public/styles.17424a.css
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,12 @@
.w-14 {
width: calc(var(--spacing) * 14);
}
.w-\[1ch\] {
width: 1ch;
}
.w-\[2ch\] {
width: 2ch;
}
.w-full {
width: 100%;
}
Expand Down Expand Up @@ -668,6 +674,9 @@
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[2ch_auto_1fr_auto\] {
grid-template-columns: 2ch auto 1fr auto;
}
.flex-col {
flex-direction: column;
}
Expand Down
2 changes: 1 addition & 1 deletion views/layout.templ
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.17424a.css" rel="stylesheet"/>
<link rel="manifest" href="/public/manifest.webmanifest"/>
<script defer src="/public/htmx.2.0.3.min.js"></script>
<script defer 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 d69a51b

Please # to comment.