Skip to content

Commit ffefa1b

Browse files
committed
fix: Mobile UI
1 parent e2eb347 commit ffefa1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/web/src/lib/components/RecordingTile/RecordingTile.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
h3 {
172172
padding: 1rem;
173173
justify-self: start;
174+
text-align: left;
174175
}
175176
176177
.actions {
@@ -196,6 +197,7 @@
196197
padding: 1rem;
197198
background: var(--bg-surface-3);
198199
display: inline-flex;
200+
flex-wrap: wrap;
199201
margin-top: 1rem;
200202
font-size: 1.25rem;
201203
font-family: 'Crimson Text', serif;

0 commit comments

Comments
 (0)