mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
WebUI: CSS/styling improvements
WebUI: CSS/styling improvements
This commit is contained in:
commit
cebaedf485
13 changed files with 91 additions and 86 deletions
|
@ -448,8 +448,8 @@ const initializeWindows = function() {
|
|||
contentURL: new URI("views/statistics.html").toString(),
|
||||
maximizable: false,
|
||||
padding: 10,
|
||||
width: loadWindowWidth(id, 275),
|
||||
height: loadWindowHeight(id, 370),
|
||||
width: loadWindowWidth(id, 285),
|
||||
height: loadWindowHeight(id, 415),
|
||||
onResize: window.qBittorrent.Misc.createDebounceHandler(500, (e) => {
|
||||
saveWindowSize(id);
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue