File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 11<template >
2- <fieldset class =" user-feed" >
3- <legend >Recent events</legend >
2+ <section class =" user-feed" >
43 <span v-if =" !amount" >
54 No recent events
65 </span >
1211 <a :href =" `https://github.com/${repo}`" >{{ repo }}</a >
1312 </li >
1413 </ul >
15- </fieldset >
14+ </section >
1615</template >
1716<script setup lang="ts">
1817import { onMounted } from " vue" ;
@@ -23,11 +22,14 @@ onMounted(updateCheck);
2322 </script >
2423<style lang="scss">
2524.user-feed {
26- padding : 1rem ;
27- border : 1px solid var (--base-dimmed );
28- border-radius : var (--radius );
29- li a {
30- font-weight : bold ;
25+ ul {
26+ display : grid ;
27+ gap : 0.5rem ;
28+ padding-left : 1.25rem ;
29+ list-style : disc ;
30+ li a {
31+ font-weight : bold ;
32+ }
3133 }
3234}
3335 </style >
You can’t perform that action at this time.
0 commit comments