Update copy for floating button

This commit is contained in:
Lim Chee Aun 2023-02-28 20:53:56 +08:00
parent f9af6cd8a7
commit eebba6608c
2 changed files with 8 additions and 6 deletions

View file

@ -30,6 +30,12 @@
flex-shrink: 0;
}
#shortcuts-settings-container .shortcuts-view-mode {
display: flex;
align-items: center;
gap: 8px;
}
#shortcuts-settings-container summary {
cursor: pointer;
}

View file

@ -206,12 +206,8 @@ function ShortcutsSettings() {
</header>
<main>
<p>
Specify a list of shortcuts that'll appear in the floating Shortcuts
button.
</p>
<p>
<label>
View mode{' '}
<label class="shortcuts-view-mode">
Specify a list of shortcuts that'll appear&nbsp;as:
<select
value={snapStates.settings.shortcutsViewMode || 'float-button'}
onChange={(e) => {