aboutsummaryrefslogtreecommitdiff
path: root/src/views/index.pug
diff options
context:
space:
mode:
authorPortableProgrammer <[email protected]>2025-01-08 22:21:06 +0000
committerPortableProgrammer <[email protected]>2025-01-08 22:21:06 +0000
commit1c5214d6c35feeb685a55ed8a27b37af62c0ad36 (patch)
treeacd501a88ff9205690218027bf4df870f10bc477 /src/views/index.pug
parent7314a7a686c87b72712d928bf017ae2d173f6ff2 (diff)
Use separate styles for sort/vew opts to utilize appropriate `grid-template-rows` values
Diffstat (limited to 'src/views/index.pug')
-rw-r--r--src/views/index.pug6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/index.pug b/src/views/index.pug
index 9f5142b..a35837b 100644
--- a/src/views/index.pug
+++ b/src/views/index.pug
@@ -55,9 +55,9 @@ html
55 a(href=`/r/${subreddit}?sort=top&t=year&view=${viewQuery}`) top year 55 a(href=`/r/${subreddit}?sort=top&t=year&view=${viewQuery}`) top year
56 div 56 div
57 a(href=`/r/${subreddit}?sort=top&t=all&view=${viewQuery}`) top all 57 a(href=`/r/${subreddit}?sort=top&t=all&view=${viewQuery}`) top all
58 details.sort-details 58 details.view-details
59 summary.sorting viewing as #{viewQuery} 59 summary.viewing viewing as #{viewQuery}
60 div.sort-opts 60 div.view-opts
61 div 61 div
62 a(href=`/r/${subreddit}?sort=${sortQuery}&view=compact`) compact 62 a(href=`/r/${subreddit}?sort=${sortQuery}&view=compact`) compact
63 div 63 div