mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-28 03:16:58 +00:00
Merge pull request #4143 from pierreeurope/fix/theater-mode-button-visibility
fix: make theater mode toggle button visible on light theme
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
<button
|
<button
|
||||||
v-if="!isMobile"
|
v-if="!isMobile"
|
||||||
:class="theaterMode ? '-ml-5' : '-mr-5'"
|
:class="theaterMode ? '-ml-5' : '-mr-5'"
|
||||||
class="z-10"
|
class="z-10 text-white"
|
||||||
@click="
|
@click="
|
||||||
theaterMode = !theaterMode;
|
theaterMode = !theaterMode;
|
||||||
setPreference('theaterMode', theaterMode);
|
setPreference('theaterMode', theaterMode);
|
||||||
|
|||||||
Reference in New Issue
Block a user