fix(mini-player): macos titlebar over logo #1244

This commit is contained in:
Kingkor Roy Tirtho 2024-07-09 22:34:16 +06:00
parent 44861a9f5c
commit 7a31119e3c

View File

@ -81,12 +81,13 @@ class MiniLyricsPage extends HookConsumerWidget {
firstChild: DragToMoveArea(
child: Row(
children: [
const SizedBox(width: 10),
SizedBox(
height: 30,
width: 30,
child: Sidebar.brandLogo(),
),
const Gap(10),
if (!kIsMacOS)
SizedBox(
height: 30,
width: 30,
child: Sidebar.brandLogo(),
),
const Spacer(),
if (showLyrics.value)
SizedBox(