This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rpgedit/src/renderer/runtime/index.css

12 lines
137 B
CSS

html, body, div {
width: 100%;
height: 100%;
}
* {
margin: 0px;
padding: 0px;
border: 0px;
background: #223;
overflow: hidden;
}