WebUI: CSS/styling improvements

WebUI: CSS/styling improvements
This commit is contained in:
Chocobo1 2024-09-30 17:57:42 +08:00 committed by GitHub
commit cebaedf485
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 91 additions and 86 deletions

View file

@ -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);
})