Files
MuHua-UIElements/Assets/UI Toolkit/Document/Document.uss
T
2025-06-17 11:09:05 +08:00

15 lines
192 B
Plaintext

.document-page {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
display: flex;
opacity: 1;
}
.document-page-hide {
display: none;
opacity: 0;
}