mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 07:05:05 -04:00
- Fix theme-wrapper size on touch devices
- Make x-instructor shrinkable on small screens - Evaluate x-Peers overflow when header expand button is clicked - Refactor padding/margin classnames
This commit is contained in:
parent
1f1e029071
commit
a5cc115fa6
4 changed files with 69 additions and 49 deletions
|
@ -37,6 +37,7 @@ class PeersUI {
|
|||
Events.on('dragleave', _ => this._onDragEnd());
|
||||
Events.on('dragend', _ => this._onDragEnd());
|
||||
Events.on('resize', _ => this._evaluateOverflowingPeers());
|
||||
Events.on('header-changed', _ => this._evaluateOverflowingPeers());
|
||||
|
||||
Events.on('paste', e => this._onPaste(e));
|
||||
Events.on('activate-share-mode', e => this._activateShareMode(e.detail.files, e.detail.text));
|
||||
|
@ -1586,7 +1587,7 @@ class EditPairedDevicesDialog extends Dialog {
|
|||
<span class="center wrap">
|
||||
${autoAcceptString}
|
||||
</span>
|
||||
<label class="auto-accept switch pointer m1">
|
||||
<label class="auto-accept switch pointer m-1">
|
||||
<input type="checkbox" ${roomSecretsEntry.auto_accept ? "checked" : ""}>
|
||||
<div class="slider round"></div>
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue