mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
37 lines
602 B
Plaintext
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;
|
|
}
|
|
} |