mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-05 12:45:58 -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>
|
||||
</ul>
|
||||
<div id="desktopFooterWrapper">
|
||||
<div id="desktopFooter">
|
||||
<div id="desktopFooter" style="overflow-x: auto;">
|
||||
<span id="error_div"></span>
|
||||
<table style="position: absolute; right: 5px;">
|
||||
<table style="margin-right: 5px; width: max-content;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td id="freeSpaceOnDisk"></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue