From 91f4ce532ee0a601042106c66d6f2ee0911b1675 Mon Sep 17 00:00:00 2001 From: Raphael Wickihalder Date: Wed, 13 Jul 2022 18:48:17 +0200 Subject: [PATCH] Fix playlist save button on gile page in mobile view --- ui/scss/component/_media.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ui/scss/component/_media.scss b/ui/scss/component/_media.scss index 63f7acfaf..c97c657fd 100644 --- a/ui/scss/component/_media.scss +++ b/ui/scss/component/_media.scss @@ -333,6 +333,26 @@ } } } + + .button--file-action--tooltip-wrapper { + display: flex; + flex: auto; + padding: 0 !important; + + .button--file-action--tooltip { + width: 100%; + } + } + .ratio-wrapper { + .button--file-action--tooltip-wrapper { + display: inline; + margin: 0; + + .button--file-action--tooltip { + padding: 0px var(--spacing-xxs); + } + } + } } }