Fix playlist save button on gile page in mobile view

This commit is contained in:
Raphael Wickihalder 2022-07-13 18:48:17 +02:00
parent ecc6cb8a77
commit 91f4ce532e
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -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);
}
}
}
}
}