add delete session btn to active room dialog

This commit is contained in:
Ryan Di
2025-06-02 13:07:45 +10:00
parent ca5c34ac48
commit ed63af1ad8
3 changed files with 66 additions and 47 deletions

View File

@@ -106,6 +106,10 @@
color: var(--text-primary-color);
&__text {
margin-bottom: 1rem;
}
& strong {
display: block;
font-weight: 700;
@@ -155,11 +159,16 @@
& p + p {
margin-top: 1em;
}
& h3 {
font-weight: 600;
}
}
&__actions {
display: flex;
justify-content: center;
gap: 0.75rem;
}
}
}