diff --git a/src/assets/style/options.css b/src/assets/style/options.css index 981532f..64c4274 100644 --- a/src/assets/style/options.css +++ b/src/assets/style/options.css @@ -273,21 +273,14 @@ body { background: #00af2c; border-radius: 4px; color: white; - padding: 2px 5px; + padding: 2px 10px; margin: 0px 5px; cursor: pointer; } #options .footBtn.danger { float: left; - /* right: 5px; - bottom: 2px; */ - border-radius: 4px; background: #df3f54; - color: white; - padding: 2px 5px; - margin: 0px 5px; - cursor: pointer; } #options .footBtn:hover { @@ -507,7 +500,7 @@ input::-webkit-input-placeholder { bottom: 0; z-index: 9; } - + #options #customize .CodeMirror-scroll { box-sizing: unset; @@ -892,4 +885,4 @@ li.CodeMirror-hint { cursor: pointer; margin: 5px; user-select: none; -} \ No newline at end of file +}