9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
page {
|
|
background: var(--td-bg-color-page);
|
|
}
|
|
|
|
.content {
|
|
width: 100vw;
|
|
height: calc(100vh - var(--navbar-height, 88rpx));
|
|
}
|