Setting dialog responsive design for smaller screen size (screen width < 1536) (#1472)

* Smaller queue button

* Smaller dialog padding

* Adjust setting content

* Fix keybinding panel
This commit is contained in:
Chenlei Hu
2024-11-08 11:18:26 -05:00
committed by GitHub
parent 904408de01
commit 1d9c3f00b7
6 changed files with 36 additions and 7 deletions

View File

@@ -16,6 +16,7 @@
size="small"
outlined
:disabled="props.error"
:title="props.url"
@click="download.triggerBrowserDownload"
/>
</div>