diff --git a/src/webui/www/private/scripts/dynamicTable.js b/src/webui/www/private/scripts/dynamicTable.js
index c58501a2b..03db2b2c6 100644
--- a/src/webui/www/private/scripts/dynamicTable.js
+++ b/src/webui/www/private/scripts/dynamicTable.js
@@ -367,7 +367,7 @@ window.qBittorrent.DynamicTable ??= (() => {
actions: actions,
menu: menuId,
offsets: {
- x: -15,
+ x: 0,
y: 2
}
});
@@ -2109,7 +2109,7 @@ window.qBittorrent.DynamicTable ??= (() => {
const dirImg = new Element("img", {
src: "images/directory.svg",
styles: {
- "width": 15,
+ "width": 20,
"padding-right": 5,
"margin-bottom": -3,
"margin-left": (node.depth * 20)
@@ -2442,7 +2442,7 @@ window.qBittorrent.DynamicTable ??= (() => {
const dirImg = new Element("img", {
src: "images/directory.svg",
styles: {
- "width": 15,
+ "width": 20,
"padding-right": 5,
"margin-bottom": -3
},
diff --git a/src/webui/www/private/scripts/mocha-init.js b/src/webui/www/private/scripts/mocha-init.js
index 1b1dffca1..7a22e0d05 100644
--- a/src/webui/www/private/scripts/mocha-init.js
+++ b/src/webui/www/private/scripts/mocha-init.js
@@ -225,7 +225,7 @@ const initializeWindows = function() {
closable: true,
paddingVertical: 0,
paddingHorizontal: 0,
- width: loadWindowWidth(id, 700),
+ width: loadWindowWidth(id, 730),
height: loadWindowHeight(id, 600),
onResize: window.qBittorrent.Misc.createDebounceHandler(500, (e) => {
saveWindowSize(id);
@@ -292,7 +292,7 @@ const initializeWindows = function() {
paddingVertical: 0,
paddingHorizontal: 0,
width: 424,
- height: 80
+ height: 100
});
};
@@ -311,7 +311,7 @@ const initializeWindows = function() {
paddingVertical: 0,
paddingHorizontal: 0,
width: 424,
- height: 80
+ height: 100
});
}
};
@@ -352,7 +352,7 @@ const initializeWindows = function() {
paddingVertical: 0,
paddingHorizontal: 0,
width: 424,
- height: 200
+ height: 220
});
}
};
@@ -428,7 +428,7 @@ const initializeWindows = function() {
paddingVertical: 0,
paddingHorizontal: 0,
width: 424,
- height: 80
+ height: 100
});
};
@@ -465,7 +465,7 @@ const initializeWindows = function() {
paddingVertical: 0,
paddingHorizontal: 0,
width: 424,
- height: 80
+ height: 100
});
}
};
@@ -1223,7 +1223,7 @@ const initializeWindows = function() {
toolbar: true,
toolbarURL: "views/aboutToolbar.html",
padding: 10,
- width: loadWindowWidth(id, 550),
+ width: loadWindowWidth(id, 570),
height: loadWindowHeight(id, 360),
onResize: window.qBittorrent.Misc.createDebounceHandler(500, (e) => {
saveWindowSize(id);
diff --git a/src/webui/www/private/scripts/progressbar.js b/src/webui/www/private/scripts/progressbar.js
index db089086b..63f826273 100644
--- a/src/webui/www/private/scripts/progressbar.js
+++ b/src/webui/www/private/scripts/progressbar.js
@@ -58,6 +58,7 @@ window.qBittorrent.ProgressBar ??= (() => {
"class": "progressbar_wrapper",
"styles": {
"border": "1px solid var(--color-border-default)",
+ "box-sizing": "content-box",
"width": vals.width,
"height": vals.height,
"position": "relative",
@@ -73,6 +74,7 @@ window.qBittorrent.ProgressBar ??= (() => {
"width": vals.width,
"height": vals.height,
"background": vals.darkbg,
+ "box-sizing": "content-box",
"color": vals.darkfg,
"position": "absolute",
"text-align": "center",
@@ -88,6 +90,7 @@ window.qBittorrent.ProgressBar ??= (() => {
"width": vals.width,
"height": vals.height,
"background": vals.lightbg,
+ "box-sizing": "content-box",
"color": vals.lightfg,
"position": "absolute",
"text-align": "center",
diff --git a/src/webui/www/private/scripts/prop-files.js b/src/webui/www/private/scripts/prop-files.js
index 4871965ce..48a6bf598 100644
--- a/src/webui/www/private/scripts/prop-files.js
+++ b/src/webui/www/private/scripts/prop-files.js
@@ -608,7 +608,7 @@ window.qBittorrent.PropFiles ??= (() => {
}
},
offsets: {
- x: -15,
+ x: 0,
y: 2
},
onShow: function() {
diff --git a/src/webui/www/private/scripts/prop-general.js b/src/webui/www/private/scripts/prop-general.js
index 1c1dde576..804696958 100644
--- a/src/webui/www/private/scripts/prop-general.js
+++ b/src/webui/www/private/scripts/prop-general.js
@@ -37,7 +37,7 @@ window.qBittorrent.PropGeneral ??= (() => {
};
const piecesBar = new window.qBittorrent.PiecesBar.PiecesBar([], {
- height: 16
+ height: 18
});
$("progress").appendChild(piecesBar);
diff --git a/src/webui/www/private/scripts/prop-peers.js b/src/webui/www/private/scripts/prop-peers.js
index 71426b912..4d18449e9 100644
--- a/src/webui/www/private/scripts/prop-peers.js
+++ b/src/webui/www/private/scripts/prop-peers.js
@@ -133,7 +133,7 @@ window.qBittorrent.PropPeers ??= (() => {
paddingVertical: 0,
paddingHorizontal: 0,
width: 350,
- height: 240
+ height: 260
});
},
banPeer: function(element, ref) {
@@ -154,7 +154,7 @@ window.qBittorrent.PropPeers ??= (() => {
}
},
offsets: {
- x: -15,
+ x: 0,
y: 2
},
onShow: function() {
diff --git a/src/webui/www/private/scripts/prop-trackers.js b/src/webui/www/private/scripts/prop-trackers.js
index 1b4edd1ee..51861b219 100644
--- a/src/webui/www/private/scripts/prop-trackers.js
+++ b/src/webui/www/private/scripts/prop-trackers.js
@@ -139,7 +139,7 @@ window.qBittorrent.PropTrackers ??= (() => {
}
},
offsets: {
- x: -15,
+ x: 0,
y: 2
},
onShow: function() {
@@ -177,7 +177,7 @@ window.qBittorrent.PropTrackers ??= (() => {
paddingVertical: 0,
paddingHorizontal: 0,
width: 500,
- height: 250,
+ height: 260,
onCloseComplete: function() {
updateData();
}
diff --git a/src/webui/www/private/scripts/prop-webseeds.js b/src/webui/www/private/scripts/prop-webseeds.js
index c167d2424..f52cfd3be 100644
--- a/src/webui/www/private/scripts/prop-webseeds.js
+++ b/src/webui/www/private/scripts/prop-webseeds.js
@@ -111,7 +111,7 @@ window.qBittorrent.PropWebseeds ??= (() => {
}
},
offsets: {
- x: -15,
+ x: 0,
y: 2
},
onShow: function() {
@@ -150,7 +150,7 @@ window.qBittorrent.PropWebseeds ??= (() => {
paddingVertical: 0,
paddingHorizontal: 0,
width: 500,
- height: 250,
+ height: 260,
onCloseComplete: function() {
updateData();
}
diff --git a/src/webui/www/private/scripts/search.js b/src/webui/www/private/scripts/search.js
index 1be498801..f710cb68f 100644
--- a/src/webui/www/private/scripts/search.js
+++ b/src/webui/www/private/scripts/search.js
@@ -116,8 +116,8 @@ window.qBittorrent.Search ??= (() => {
OpenDescriptionUrl: openSearchTorrentDescriptionUrl
},
offsets: {
- x: -15,
- y: -53
+ x: 0,
+ y: -60
}
});
searchResultsTable = new window.qBittorrent.DynamicTable.SearchResultsTable();
@@ -184,9 +184,8 @@ window.qBittorrent.Search ??= (() => {
alt: "QBT_TR(Close tab)QBT_TR[CONTEXT=SearchWidget]",
title: "QBT_TR(Close tab)QBT_TR[CONTEXT=SearchWidget]",
src: "images/application-exit.svg",
- width: "8",
- height: "8",
- style: "padding-right: 7px; margin-bottom: -1px; margin-left: -5px",
+ width: "10",
+ height: "10",
onclick: "qBittorrent.Search.closeSearchTab(this);",
});
closeTabElem.inject(tabElem, "top");
@@ -384,9 +383,8 @@ window.qBittorrent.Search ??= (() => {
title: text,
src: image,
class: "statusIcon",
- width: "10",
- height: "10",
- style: "margin-bottom: -2px; margin-left: 7px",
+ width: "12",
+ height: "12",
});
};
diff --git a/src/webui/www/private/uploadlimit.html b/src/webui/www/private/uploadlimit.html
index 44dc6a876..0a3a998e6 100644
--- a/src/webui/www/private/uploadlimit.html
+++ b/src/webui/www/private/uploadlimit.html
@@ -12,7 +12,7 @@
-
+
diff --git a/src/webui/www/private/views/cookies.html b/src/webui/www/private/views/cookies.html
index 535bfae2d..279907c67 100644
--- a/src/webui/www/private/views/cookies.html
+++ b/src/webui/www/private/views/cookies.html
@@ -35,7 +35,7 @@
.addCookie {
height: 16px;
width: 16px;
- padding-left: 10px;
+ margin-left: 5px;
vertical-align: middle;
cursor: pointer;
}
diff --git a/src/webui/www/private/views/filters.html b/src/webui/www/private/views/filters.html
index 8908abfb6..8724d3273 100644
--- a/src/webui/www/private/views/filters.html
+++ b/src/webui/www/private/views/filters.html
@@ -140,7 +140,7 @@
}
},
offsets: {
- x: -15,
+ x: 0,
y: 2
},
onShow: function() {
@@ -176,7 +176,7 @@
}
},
offsets: {
- x: -15,
+ x: 0,
y: 2
},
onShow: function() {
@@ -206,7 +206,7 @@
}
},
offsets: {
- x: -15,
+ x: 0,
y: 2
},
onShow: function() {
diff --git a/src/webui/www/private/views/log.html b/src/webui/www/private/views/log.html
index 02fef3ada..71282c1a7 100644
--- a/src/webui/www/private/views/log.html
+++ b/src/webui/www/private/views/log.html
@@ -4,7 +4,11 @@
}
#logFilterBar {
- margin: .5em 0;
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ gap: 2px;
+ height: 24px;
}
#logFilterBar>label {
@@ -14,8 +18,7 @@
#logFilterBar>button {
display: inline-block;
- padding: 4px 15px;
- margin-left: .3em;
+ padding: 2px 12px;
}
#logView {
@@ -38,9 +41,9 @@
background-repeat: no-repeat;
background-position: left;
background-size: 1.5em;
- padding: 4px 5px 4px 2em;
+ padding: 2px 12px 2px 2em;
margin-left: .3em;
- width: 200px;
+ width: 237px;
border: 1px solid var(--color-border-default);
border-radius: 3px;
}
@@ -73,7 +76,7 @@
}
.vsb-main>button {
- padding: 4px 12px !important;
+ padding: 2px 12px !important;
}
@@ -215,8 +218,8 @@
}
},
offsets: {
- x: -16,
- y: -57
+ x: 3,
+ y: -90
}
});
diff --git a/src/webui/www/private/views/preferences.html b/src/webui/www/private/views/preferences.html
index f111e070f..102c2978e 100644
--- a/src/webui/www/private/views/preferences.html
+++ b/src/webui/www/private/views/preferences.html
@@ -345,12 +345,12 @@
-
+
-
+
QBT_TR(Supported parameters (case sensitive):)QBT_TR[CONTEXT=OptionsDialog]