diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-12-03 11:57:17 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-12-03 11:57:17 +0200 |
| commit | 46320090e34073d349e1bcf8e9babd3c36657130 (patch) | |
| tree | ab004c94062e22b6379b69c52d9c63d5d00be685 /src/components/popover/popover.vue | |
| parent | fdfb8810c1d8ab64969c38aa1a6bce1daf013249 (diff) | |
move external source button to extra buttons, make expand button easier to click and highlight on hover
Diffstat (limited to 'src/components/popover/popover.vue')
| -rw-r--r-- | src/components/popover/popover.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/popover/popover.vue b/src/components/popover/popover.vue index 020eab05..2252c68f 100644 --- a/src/components/popover/popover.vue +++ b/src/components/popover/popover.vue @@ -95,6 +95,7 @@ box-shadow: none; width: 100%; height: 100%; + box-sizing: border-box; --btnText: var(--popoverText, $fallback--text); |
