We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5489ae2 commit 32234c1Copy full SHA for 32234c1
1 file changed
src/pages/feed.vue
@@ -91,6 +91,10 @@ function composeIconStyle(action: FeedEvent["action"]): CSSProperties | null {
91
gap: 0.5rem;
92
padding-left: 1.25rem;
93
list-style-type: circle;
94
+ @media (width <= 600px) {
95
+ padding-left: 0;
96
+ list-style-type: none;
97
+ }
98
li {
99
a {
100
font-weight: bold;
0 commit comments