Skip to content

Commit 41c461f

Browse files
authored
Merge pull request #227 from jaydestro/v2-reorg
fixed mobile view
2 parents db0e307 + 1354abe commit 41c461f

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

client/src/pages/conf/conf.module.css

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,10 +1847,16 @@
18471847

18481848
.agendaCard {
18491849
padding: 16px;
1850-
gap: 16px;
1850+
gap: 12px;
18511851
align-items: center;
18521852
/* Figma mobile keeps rows horizontally aligned. */
18531853
flex-direction: row;
1854+
flex-wrap: wrap;
1855+
}
1856+
1857+
.agendaCardContent {
1858+
flex: 1 1 0;
1859+
min-width: 0;
18541860
}
18551861

18561862
.agendaTime {
@@ -1878,11 +1884,16 @@
18781884
}
18791885

18801886
.agendaCardButton {
1881-
width: auto;
1882-
padding: 6px 10px;
1883-
border-radius: 6px;
1884-
font-size: 12px;
1887+
flex: 0 0 100%;
1888+
width: 100%;
1889+
margin-top: 4px;
1890+
padding: 8px 14px;
1891+
border-radius: 999px;
1892+
font-size: 13px;
1893+
font-weight: 600;
1894+
gap: 6px;
18851895
white-space: nowrap;
1896+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
18861897
}
18871898
}
18881899

0 commit comments

Comments
 (0)