Commit 20aaf417 authored by SpinShare's avatar SpinShare

simpler animations, fixed scrollbar size, updated packages

parent 729a967c
This diff is collapsed.
......@@ -223,7 +223,7 @@
}
::-webkit-scrollbar {
background: #212529;
width: 8px;
width: 5px;
}
::-webkit-scrollbar-thumb {
background: #fff;
......
......@@ -14,7 +14,7 @@
<div v-on:click="openExternal('steam://run/1058830');" class="item" v-tooltip.down="'Start SpinRhythm XD'"><i class="mdi mdi-play-outline"></i></div>
<div v-on:click="showDownloadOverlay();" :class="'item ' + (downloadOverlayShown ? 'router-link-active' : '')" v-tooltip.down="'Download Queue'">
<i class="mdi mdi-download-outline"></i>
<span class="badge" v-show="downloadQueueCount > 0">{{ downloadQueueCount }}</span>
<span class="indicator" v-show="downloadQueueCount > 0">{{ downloadQueueCount }}</span>
</div>
<router-link to="/settings" class="item" v-tooltip.down="'Settings'"><i class="mdi mdi-cog-outline"></i></router-link>
</nav>
......
......@@ -150,7 +150,4 @@
}
}
}
.app-darwin .download-overlay {
top: 100px;
}
</style>
......@@ -60,8 +60,8 @@
}
&:hover {
transform: scale(1.1);
cursor: pointer;
background: rgba(255,255,255,0.2);
box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.4);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment