1
0
mirror of https://github.com/tiny-craft/tiny-rdm.git synced 2025-04-08 05:58:05 +08:00

18 lines
207 B
SCSS

.content-container {
height: 100%;
overflow: hidden;
box-sizing: border-box;
}
.empty-content {
height: 100%;
justify-content: center;
}
.content-value {
user-select: text;
}
.tab-content {
}