frontend: improve layout and spacing for recordings page components
This commit is contained in:
parent
bf8cb4ba5f
commit
10b3531cf3
@ -1,13 +1,17 @@
|
||||
@import '../../../../../../src/assets/styles/design-tokens';
|
||||
|
||||
// === ROOM RECORDINGS PAGE LAYOUT ===
|
||||
.ov-page-container {
|
||||
height: 100vh;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.recordings-page-header {
|
||||
@include ov-container;
|
||||
@include ov-page-content;
|
||||
gap: 0;
|
||||
padding-bottom: 0;
|
||||
padding-top: var(--ov-meet-spacing-xxl);
|
||||
background: var(--ov-meet-background-color);
|
||||
gap: var(--ov-meet-spacing-xxl);
|
||||
}
|
||||
|
||||
// Room Header
|
||||
@ -45,10 +49,10 @@
|
||||
@include ov-container;
|
||||
@include ov-page-content;
|
||||
margin-top: var(--ov-meet-spacing-xl);
|
||||
flex: 1;
|
||||
padding-bottom: var(--ov-meet-spacing-xl); // Add bottom padding for better UX
|
||||
}
|
||||
|
||||
// === LOADING STATE ===
|
||||
|
||||
.recordings-loading-container {
|
||||
@include ov-container;
|
||||
@include ov-flex-center;
|
||||
@ -128,6 +132,10 @@
|
||||
padding: var(--ov-meet-spacing-md);
|
||||
}
|
||||
|
||||
.recordings-content {
|
||||
margin-top: var(--ov-meet-spacing-md);
|
||||
}
|
||||
|
||||
.loading-card {
|
||||
padding: var(--ov-meet-spacing-lg);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user