From f15bccd610794024786d5a58ef3a2fd8997660aa Mon Sep 17 00:00:00 2001 From: Azgaar Date: Mon, 16 Dec 2024 14:30:11 +0100 Subject: [PATCH] style: increase dialog buttons size --- index.html | 7 ++++++- libs/jquery-ui.css | 32 +++++++++++++++++++++++--------- versioning.js | 2 +- 3 files changed, 30 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index ad5dd028..7606ef1c 100644 --- a/index.html +++ b/index.html @@ -140,7 +140,12 @@ - + Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.106.4"; +const VERSION = "1.106.5"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {