mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
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;
|
||||
}
|
||||
|
||||
#shortcuts-settings-container .shortcuts-view-mode {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
#shortcuts-settings-container summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
@ -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 as:
|
||||
<select
|
||||
value={snapStates.settings.shortcutsViewMode || 'float-button'}
|
||||
onChange={(e) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue