Skip to content

Commit 0ac4234

Browse files
aervxaIMB11
andauthored
Made statusbar more "consistent" (#4218)
Co-authored-by: Cal H. <contact@cal.engineer>
1 parent df261da commit 0ac4234

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

apps/app-frontend/src/App.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ async function processPendingSurveys() {
627627
<div data-tauri-drag-region class="app-grid-statusbar bg-bg-raised h-[--top-bar-height] flex">
628628
<div data-tauri-drag-region class="flex p-3">
629629
<ModrinthAppLogo class="h-full w-auto text-contrast pointer-events-none" />
630-
<div class="flex items-center gap-1 ml-3">
630+
<div data-tauri-drag-region class="flex items-center gap-1 ml-3">
631631
<button
632632
class="cursor-pointer p-0 m-0 text-contrast border-none outline-none bg-button-bg rounded-full flex items-center justify-center w-6 h-6 hover:brightness-75 transition-all"
633633
@click="router.back()"
@@ -643,7 +643,7 @@ async function processPendingSurveys() {
643643
</div>
644644
<Breadcrumbs class="pt-[2px]" />
645645
</div>
646-
<section class="flex ml-auto items-center">
646+
<section data-tauri-drag-region class="flex ml-auto items-center">
647647
<ButtonStyled
648648
v-if="!forceSidebar && themeStore.toggleSidebar"
649649
:type="sidebarToggled ? 'standard' : 'transparent'"
@@ -901,10 +901,6 @@ async function processPendingSurveys() {
901901
grid-area: status;
902902
}
903903
904-
[data-tauri-drag-region] {
905-
-webkit-app-region: drag;
906-
}
907-
908904
[data-tauri-drag-region-exclude] {
909905
-webkit-app-region: no-drag;
910906
}

0 commit comments

Comments
 (0)