Merge pull request #114 from h3poteto/iss-103

closes #103 Allow application to be draggable
This commit is contained in:
AkiraFukushima 2018-03-24 12:18:00 +09:00 committed by GitHub
commit 11e8951e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
<div id="timeline_space">
<side-menu></side-menu>
<div class="page">
<div class="header">
<header class="header" style="-webkit-app-region: drag;">
<header-menu></header-menu>
</div>
</header>
<div class="content">
<router-view></router-view>
</div>

View File

@ -1,8 +1,8 @@
<template>
<div id="side_menu">
<div class="profile-wrapper">
<div class="profile-wrapper" style="-webkit-app-region: drag;">
<div class="profile">
<span>@{{ username }}</span>
<div>@{{ username }}</div>
<span>{{ account.domain }}</span>
</div>
</div>