diff options
| author | Henry Jameson <me@hjkos.com> | 2022-09-28 21:16:05 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-09-28 21:16:05 +0300 |
| commit | c041d7aa9b148e829a7539c2c2bd47814f4b10ce (patch) | |
| tree | 2cb6b3bdcbb571d121bcbf981bb88c4d8d26ee8b /src/components/quick_view_settings/quick_view_settings.vue | |
| parent | 2ab51a4ccbf5a247d7eb110fe8a07130bd9afe3a (diff) | |
refactor css for timeline buttons, make it a bit easier to tap them
Diffstat (limited to 'src/components/quick_view_settings/quick_view_settings.vue')
| -rw-r--r-- | src/components/quick_view_settings/quick_view_settings.vue | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/components/quick_view_settings/quick_view_settings.vue b/src/components/quick_view_settings/quick_view_settings.vue index 99b14a66..5fdfd608 100644 --- a/src/components/quick_view_settings/quick_view_settings.vue +++ b/src/components/quick_view_settings/quick_view_settings.vue @@ -76,19 +76,4 @@ <script src="./quick_view_settings.js"></script> <style lang="scss"> - -.QuickViewSettings { - - > button { - line-height: 100%; - height: 100%; - width: var(--__panel-heading-height-inner); - text-align: center; - - svg { - font-size: 1.2em; - } - } -} - </style> |
