mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-07 17:16:44 +02:00
10 lines
260 B
CSS
10 lines
260 B
CSS
afx-app-window[data-id = "preview-win"] afx-hbox[data-id="container"] {
|
|
display: block;
|
|
overflow:auto;
|
|
}
|
|
|
|
afx-app-window[data-id = "preview-win"] afx-hbox[data-id="container"] canvas{
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
display: block;
|
|
} |