Skip to content

Commit

Permalink
Fixed settings button/page on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Ipson committed Nov 12, 2020
1 parent 3556ff1 commit 651bc10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jellyamp",
"version": "0.9.9",
"version": "0.9.10",
"private": true,
"description": "Desktop client for listening to music from a Jellyfin server",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
<div style="width: 15px"/>
<div>
<div style="padding-top: 4px;" @click="gotoSettings">
<div style="padding-top: 4px;" @click="gotoSettings" class="no-grab">
<b-icon level-item size="is-medium" icon="cog-outline" class="pointer"></b-icon>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/views/Settings.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="columns is-mobile is-centered is-gapless">
<div class="column max-width">
<section class="top">
<section class="top no-grab">
<div>
<div>
<div class="level is-mobile">
Expand Down

0 comments on commit 651bc10

Please sign in to comment.