mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
fix(mini-player): macos titlebar over logo #1244
This commit is contained in:
parent
44861a9f5c
commit
7a31119e3c
@ -81,12 +81,13 @@ class MiniLyricsPage extends HookConsumerWidget {
|
|||||||
firstChild: DragToMoveArea(
|
firstChild: DragToMoveArea(
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
const SizedBox(width: 10),
|
const Gap(10),
|
||||||
SizedBox(
|
if (!kIsMacOS)
|
||||||
height: 30,
|
SizedBox(
|
||||||
width: 30,
|
height: 30,
|
||||||
child: Sidebar.brandLogo(),
|
width: 30,
|
||||||
),
|
child: Sidebar.brandLogo(),
|
||||||
|
),
|
||||||
const Spacer(),
|
const Spacer(),
|
||||||
if (showLyrics.value)
|
if (showLyrics.value)
|
||||||
SizedBox(
|
SizedBox(
|
||||||
|
Loading…
Reference in New Issue
Block a user