mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
8 lines
181 B
SCSS
8 lines
181 B
SCSS
.proxyVirtuoso {
|
|
:global(div[data-viewport-type="element"]) {
|
|
width: calc(100% - 28px * 2) !important;
|
|
height: calc(100% - 28px) !important;
|
|
padding: 14px 28px;
|
|
}
|
|
}
|