mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
WebUI: Apply box-sizing reset
Box-sizing: border-box is now applied globally. A lot of tiny changes were made but they were necessary to correct resulting inconsistencies. Everything should be pretty much as it was with just some minor exceptions. Looks like this PR also indirectly fixed #21414. PR #21464.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user