2024-10-25 09:39:35 +00:00

37 lines
602 B
Plaintext

.tvstudio-page {
display: flex;
flex-direction: column;
width: 100%;
gap: 10px;
.tvstudio-page-actions {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
gap: 10px;
.profile-selector {
display: flex;
flex-direction: row;
width: 100%;
}
}
.tvstudio-page-selector-hint {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
padding: 50px 0;
}
}