Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
feat: some visual update
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed May 9, 2021
1 parent c724634 commit 987d584
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
&.modalUp {
filter: blur(10px);
transition: all ease-in-out 0.3s;
}
}
Expand Down
10 changes: 9 additions & 1 deletion src/components/ShortcutPanel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{$_('Failed to load.')}
{:else}
<b id="title">{payload.title}</b>
<div>
<div class="oprBar">
<select id="audioSelect" bind:value="{audioSelectedFilename}">
<option value="" selected>---</option>
{#each payload.audios as item}
Expand Down Expand Up @@ -174,4 +174,12 @@
cursor: pointer;
}
}
.oprBar {
display: flex;
align-items: center;
:not(:last-child) {
margin-right: 7px;
}
}
</style>

0 comments on commit 987d584

Please sign in to comment.