mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-06 11:43:36 +00:00
git-subtree-dir: externals/fmt git-subtree-split: 398343897f98b88ade80bbebdcbe82a36c65a980
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
// Resize anything
|
|
|
|
.resizable(@direction) {
|
|
resize: @direction; // Options: horizontal, vertical, both
|
|
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
|
|
}
|