diff options
| author | Henry Jameson <me@hjkos.com> | 2021-02-03 09:18:44 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-02-03 09:18:44 +0200 |
| commit | 213c5637d4bbebcd3508f0b91da8e6bfae528c1d (patch) | |
| tree | 7402caabeeef2f7f31db081f7e9136d3b4116f3d /src/components/extra_buttons/extra_buttons.vue | |
| parent | 78f8147aa610af9ae79886ad7805f9b905976758 (diff) | |
Cleanup ReactButton's CSS, fix hitboxes of reactbutton and extrabuttons
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.vue')
| -rw-r--r-- | src/components/extra_buttons/extra_buttons.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue index e845d8fc..c6cb9fbe 100644 --- a/src/components/extra_buttons/extra_buttons.vue +++ b/src/components/extra_buttons/extra_buttons.vue @@ -139,6 +139,11 @@ @import '../../_variables.scss'; .ExtraButtons { + /* override of popover internal stuff */ + .popover-trigger-button { + width: auto; + } + .popover-trigger { position: static; padding: 10px; |
