style: increase dialog buttons size

This commit is contained in:
Azgaar 2024-12-16 14:30:11 +01:00
parent 6d4c9f6b18
commit f15bccd610
3 changed files with 30 additions and 11 deletions

View file

@ -140,7 +140,12 @@
<link rel="preload" href="index.css?v=1.106.3" as="style" onload="this.onload=null; this.rel='stylesheet'" />
<link rel="preload" href="icons.css" as="style" onload="this.onload=null; this.rel='stylesheet'" />
<link rel="preload" href="libs/jquery-ui.css" as="style" onload="this.onload=null; this.rel='stylesheet'" />
<link
rel="preload"
href="libs/jquery-ui.css?v=1.106.5"
as="style"
onload="this.onload=null; this.rel='stylesheet'"
/>
</head>
<body>
<svg

32
libs/jquery-ui.css vendored
View file

@ -314,30 +314,44 @@ body .ui-dialog {
}
.ui-dialog .ui-dialog-titlebar {
display: flex;
padding: 0.4em 0.3em;
justify-content: space-evenly;
padding: 0.3em 0.8em;
justify-content: space-between;
align-items: center;
font-size: 1.2em;
min-width: 150px;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: 0.1em 0;
white-space: nowrap;
width: 90%;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar button {
padding: 0;
width: 1.8em;
height: 1.8em;
padding: 3px;
margin-left: 5px;
width: 19px;
height: 18px;
color: #ffffff;
background: none;
font-size: 0.75em;
font-size: 0.8em;
border: 1px solid #c5c5c5;
}
@media (max-width: 600px) {
.ui-dialog .ui-dialog-title {
font-size: 1.6em;
}
.ui-dialog .ui-dialog-titlebar button {
padding: 3px;
margin-left: 10px;
width: 40px;
height: 32px;
font-size: 1.6em;
}
}
.ui-dialog .ui-dialog-titlebar button:active {
border: 1px solid #5d4651;
color: #5d4651;

View file

@ -13,7 +13,7 @@
* Example: 1.102.2 -> 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");
{