diff options
| author | tusooa <tusooa@kazv.moe> | 2022-11-05 19:20:54 +0000 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-05 19:20:54 +0000 |
| commit | f000eea0bf9c8d1f4035db607f5465b42525ac71 (patch) | |
| tree | 44101ecd7a3e1de050fa5954ccfd31ae5d222cdf /src/components/quick_view_settings/quick_view_settings.vue | |
| parent | e256ac9d08963d3b682f007f33a76bcf142fc26a (diff) | |
| parent | e80bf50a363f3dea5a4b55bce03e1f1b510ae8cc (diff) | |
Merge branch 'scrolltotop' into 'develop'
add "scroll to top" button to timelines and notifications
See merge request pleroma/pleroma-fe!1605
Diffstat (limited to 'src/components/quick_view_settings/quick_view_settings.vue')
| -rw-r--r-- | src/components/quick_view_settings/quick_view_settings.vue | 18 |
1 files changed, 0 insertions, 18 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..b0413cac 100644 --- a/src/components/quick_view_settings/quick_view_settings.vue +++ b/src/components/quick_view_settings/quick_view_settings.vue @@ -74,21 +74,3 @@ </template> <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> |
