mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-27 02:04:46 +10:00
fixed windows issues
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div
|
||||
@mousedown="() => window.startDragging()"
|
||||
class="h-16 cursor-pointer bg-gray-950 flex flex-row justify-between"
|
||||
>
|
||||
<div class="flex flex-row grow items-center justify-between pl-5 pr-2 py-3">
|
||||
<div class="h-16 cursor-pointer bg-gray-950 flex flex-row justify-between">
|
||||
<div
|
||||
@mousedown="() => window.startDragging()"
|
||||
class="flex flex-row grow items-center justify-between pl-5 pr-2 py-3"
|
||||
>
|
||||
<div class="inline-flex items-center gap-x-10">
|
||||
<Wordmark class="h-8 mb-0.5" />
|
||||
<nav class="inline-flex items-center mt-0.5">
|
||||
|
||||
Reference in New Issue
Block a user