mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
WebUI: Make footer scrollable on mobile
The window footer can now be scrolled. Closes #21541. PR #22918.
This commit is contained in:
committed by
GitHub
parent
99d25eec71
commit
ef4957a9f4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user