diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-05-16 16:35:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-16 16:35:57 +0200 |
| commit | bb0f3b8168ea2c889935b96b532188b79d7f952e (patch) | |
| tree | fc64d0abc4772cc4dac3e3f6f4f0aa39ec8369cb /electron/src/renderer/assets/style/simulator.css | |
| parent | 5a38d2ce6e19c4bda098e4a3eabe9cad3b9d891a (diff) | |
Revert some electron updates (#1660)
Diffstat (limited to 'electron/src/renderer/assets/style/simulator.css')
| -rw-r--r-- | electron/src/renderer/assets/style/simulator.css | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/electron/src/renderer/assets/style/simulator.css b/electron/src/renderer/assets/style/simulator.css index 8a79de98..6358bc4d 100644 --- a/electron/src/renderer/assets/style/simulator.css +++ b/electron/src/renderer/assets/style/simulator.css @@ -29,17 +29,17 @@ button { color: rgb(0, 51, 153); - align-items: flex-start; - text-align: center; - cursor: default; - background-color: buttonface; - box-sizing: border-box; - padding: 2px 6px 3px; - border-width: 2px; - border-style: outset; - border-color: buttonface; - border-image: initial; - margin-bottom: 5px; + align-items: flex-start; + text-align: center; + cursor: default; + background-color: buttonface; + box-sizing: border-box; + padding: 2px 6px 3px; + border-width: 2px; + border-style: outset; + border-color: buttonface; + border-image: initial; + margin-bottom: 5px; } .fa-spin-fast { @@ -84,7 +84,8 @@ button { fieldset { border: 2px solid rgb(0, 51, 153); position: relative; - padding: 0 5px + padding: 0 5px; + font-size: 90%; } .window-controls { @@ -182,6 +183,7 @@ button.pressed { .vue-slider { height: 25px !important; + margin-bottom: 14px; } .slider-container { |
