|
@@ -163,12 +163,12 @@
|
|
});
|
|
});
|
|
</script>
|
|
</script>
|
|
|
|
|
|
-<div class=" hidden lg:flex fixed bottom-0 right-0 px-3 py-3 z-10">
|
|
|
|
|
|
+<div class=" hidden lg:flex fixed bottom-0 right-0 px-2 py-2 z-10">
|
|
<Tooltip content={$i18n.t('Help')} placement="left">
|
|
<Tooltip content={$i18n.t('Help')} placement="left">
|
|
<button
|
|
<button
|
|
id="show-shortcuts-button"
|
|
id="show-shortcuts-button"
|
|
bind:this={showShortcutsButtonElement}
|
|
bind:this={showShortcutsButtonElement}
|
|
- class="text-gray-600 dark:text-gray-300 bg-gray-300/20 w-6 h-6 flex items-center justify-center text-xs rounded-full"
|
|
|
|
|
|
+ class="text-gray-600 dark:text-gray-300 bg-gray-300/20 size-5 flex items-center justify-center text-[0.7rem] rounded-full"
|
|
on:click={() => {
|
|
on:click={() => {
|
|
showShortcuts = !showShortcuts;
|
|
showShortcuts = !showShortcuts;
|
|
}}
|
|
}}
|