+2
-2
src/public/styles.css
+2
-2
src/public/styles.css
···
141
141
142
142
.post-container.card {
143
143
border: 1px solid var(--bg-color-muted);
144
-
border-radius: 16px;
144
+
border-radius: 8px;
145
145
display: block;
146
146
}
147
147
···
299
299
300
300
.media-preview.card img,
301
301
.media-preview.card video {
302
-
border-radius: 16px;
302
+
border-radius: 6px;
303
303
304
304
max-height: 40vh;
305
305
max-width: 100%;