mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-27 22:24:34 +01:00
Improve layout
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
body { padding:0; margin:0; height: 100%; overflow: hidden; }
|
||||
html { height: 100% }
|
||||
|
||||
.app-root { font-family: Verdana; font-size: 0.8em; margin: 0; padding: 20px 100px 0 100px; height: 100%; overflow: auto; }
|
||||
.app-root {
|
||||
font-family: Verdana;
|
||||
font-size: 0.8em;
|
||||
margin: 0;
|
||||
padding: 20px 100px 0 100px;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
code { font-size: 1.2em; font-weight: bold; }
|
||||
|
||||
.header-cmd { color: #c5c5c5 }
|
||||
|
||||
Reference in New Issue
Block a user