File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ async function processPendingSurveys() {
627
627
< div data- tauri- drag- region class = " app-grid-statusbar bg-bg-raised h-[--top-bar-height] flex" >
628
628
< div data- tauri- drag- region class = " flex p-3" >
629
629
< 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" >
631
631
< button
632
632
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"
633
633
@click= " router.back()"
@@ -643,7 +643,7 @@ async function processPendingSurveys() {
643
643
< / div>
644
644
< Breadcrumbs class = " pt-[2px]" / >
645
645
< / div>
646
- < section class = " flex ml-auto items-center" >
646
+ < section data - tauri - drag - region class = " flex ml-auto items-center" >
647
647
< ButtonStyled
648
648
v- if = " !forceSidebar && themeStore.toggleSidebar"
649
649
: type= " sidebarToggled ? 'standard' : 'transparent'"
@@ -901,10 +901,6 @@ async function processPendingSurveys() {
901
901
grid- area: status;
902
902
}
903
903
904
- [data- tauri- drag- region] {
905
- - webkit- app- region: drag;
906
- }
907
-
908
904
[data- tauri- drag- region- exclude] {
909
905
- webkit- app- region: no- drag;
910
906
}
You can’t perform that action at this time.
0 commit comments