mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
style: increase dialog buttons size
This commit is contained in:
parent
6d4c9f6b18
commit
f15bccd610
3 changed files with 30 additions and 11 deletions
|
|
@ -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="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="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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<svg
|
<svg
|
||||||
|
|
|
||||||
32
libs/jquery-ui.css
vendored
32
libs/jquery-ui.css
vendored
|
|
@ -314,30 +314,44 @@ body .ui-dialog {
|
||||||
}
|
}
|
||||||
.ui-dialog .ui-dialog-titlebar {
|
.ui-dialog .ui-dialog-titlebar {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0.4em 0.3em;
|
padding: 0.3em 0.8em;
|
||||||
justify-content: space-evenly;
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
}
|
}
|
||||||
.ui-dialog .ui-dialog-title {
|
.ui-dialog .ui-dialog-title {
|
||||||
float: left;
|
|
||||||
margin: 0.1em 0;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 90%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-dialog .ui-dialog-titlebar button {
|
.ui-dialog .ui-dialog-titlebar button {
|
||||||
padding: 0;
|
padding: 3px;
|
||||||
width: 1.8em;
|
margin-left: 5px;
|
||||||
height: 1.8em;
|
width: 19px;
|
||||||
|
height: 18px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: none;
|
background: none;
|
||||||
font-size: 0.75em;
|
font-size: 0.8em;
|
||||||
border: 1px solid #c5c5c5;
|
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 {
|
.ui-dialog .ui-dialog-titlebar button:active {
|
||||||
border: 1px solid #5d4651;
|
border: 1px solid #5d4651;
|
||||||
color: #5d4651;
|
color: #5d4651;
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
|
* 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");
|
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue