Update copy for floating button
This commit is contained in:
parent
f9af6cd8a7
commit
eebba6608c
2 changed files with 8 additions and 6 deletions
|
@ -30,6 +30,12 @@
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#shortcuts-settings-container .shortcuts-view-mode {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
#shortcuts-settings-container summary {
|
#shortcuts-settings-container summary {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
@ -206,12 +206,8 @@ function ShortcutsSettings() {
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<p>
|
<p>
|
||||||
Specify a list of shortcuts that'll appear in the floating Shortcuts
|
<label class="shortcuts-view-mode">
|
||||||
button.
|
Specify a list of shortcuts that'll appear as:
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<label>
|
|
||||||
View mode{' '}
|
|
||||||
<select
|
<select
|
||||||
value={snapStates.settings.shortcutsViewMode || 'float-button'}
|
value={snapStates.settings.shortcutsViewMode || 'float-button'}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue