mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 04:47:42 +03:00
Improvements in drag regions of welcome page.
This commit is contained in:
parent
549dff6205
commit
201a626315
@ -18,10 +18,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="right-side">
|
||||
<div class="right-side" data-tauri-drag-region>
|
||||
<div class="right-side-wrapper" data-tauri-drag-region>
|
||||
{#if user}
|
||||
<div class="right-side__header">
|
||||
<div class="right-side__header" data-tauri-drag-region>
|
||||
<div class="account-button">
|
||||
<AccountLink pop />
|
||||
</div>
|
||||
@ -35,7 +35,7 @@
|
||||
{/if}
|
||||
|
||||
{#if showLinks}
|
||||
<div class="right-side__footer">
|
||||
<div class="right-side__footer" data-tauri-drag-region>
|
||||
<div class="right-side__links">
|
||||
<a
|
||||
class="right-side__link"
|
||||
|
@ -28,7 +28,7 @@
|
||||
</script>
|
||||
|
||||
<div class="welcome">
|
||||
<h1 class="welcome-title text-serif-40">Welcome to GitButler</h1>
|
||||
<h1 class="welcome-title text-serif-40" data-tauri-drag-region>Welcome to GitButler</h1>
|
||||
<div class="welcome__actions">
|
||||
<div class="welcome__actions--repo">
|
||||
<WelcomeAction
|
||||
@ -62,7 +62,7 @@
|
||||
<WelcomeSigninAction />
|
||||
</div>
|
||||
|
||||
<div class="links">
|
||||
<div class="links" data-tauri-drag-region>
|
||||
<div class="links__section">
|
||||
<p class="links__title text-base-14 text-bold">Quick start</p>
|
||||
<div class="education-links">
|
||||
|
Loading…
Reference in New Issue
Block a user