diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/css/partials/input-bubble.scss | 4 | ||||
| -rw-r--r-- | res/css/style.css | 4 |
2 files changed, 1 insertions, 7 deletions
diff --git a/res/css/partials/input-bubble.scss b/res/css/partials/input-bubble.scss index 2d581f9a..657e95de 100644 --- a/res/css/partials/input-bubble.scss +++ b/res/css/partials/input-bubble.scss @@ -8,10 +8,8 @@ } .typeselection td{ - padding-top: 5px; - padding-left: 200px; } #keys{ opacity: 0.5; -}
\ No newline at end of file +} diff --git a/res/css/style.css b/res/css/style.css index ac929313..4ca40557 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -429,10 +429,6 @@ body.debug .debug-ui-right { top: -300px; pointer-events: none; } -.typeselection td { - padding-top: 5px; - padding-left: 200px; } - #keys { opacity: 0.5; } |
