mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07:00
WebUI: Make footer scrollable on mobile
The window footer can now be scrolled. Closes #21541. PR #22918.
This commit is contained in:
parent
99d25eec71
commit
ef4957a9f4
1 changed files with 2 additions and 2 deletions
|
@ -276,9 +276,9 @@
|
||||||
<li><a href="#ToggleSelection"><img src="images/edit-rename.svg" alt="QBT_TR(Toggle Selection)QBT_TR[CONTEXT=PropertiesWidget]"> QBT_TR(Toggle Selection)QBT_TR[CONTEXT=PropertiesWidget]</a></li>
|
<li><a href="#ToggleSelection"><img src="images/edit-rename.svg" alt="QBT_TR(Toggle Selection)QBT_TR[CONTEXT=PropertiesWidget]"> QBT_TR(Toggle Selection)QBT_TR[CONTEXT=PropertiesWidget]</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="desktopFooterWrapper">
|
<div id="desktopFooterWrapper">
|
||||||
<div id="desktopFooter">
|
<div id="desktopFooter" style="overflow-x: auto;">
|
||||||
<span id="error_div"></span>
|
<span id="error_div"></span>
|
||||||
<table style="position: absolute; right: 5px;">
|
<table style="margin-right: 5px; width: max-content;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td id="freeSpaceOnDisk"></td>
|
<td id="freeSpaceOnDisk"></td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue