release: bump version to 0.25.2
This commit is contained in:
@@ -58,13 +58,14 @@
|
||||
|
||||
.hud-panel-title {
|
||||
color: #4db8ff;
|
||||
margin-bottom: var(--hud-gap-sm);
|
||||
margin: 0 0 var(--hud-gap-sm);
|
||||
font-size: var(--hud-title-size);
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.hud-panel-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
gap: var(--hud-gap-sm);
|
||||
margin-bottom: var(--hud-gap-sm);
|
||||
@@ -84,9 +85,11 @@
|
||||
}
|
||||
|
||||
.hud-panel-close {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
min-width: 28px;
|
||||
align-self: flex-start;
|
||||
width: calc(var(--hud-title-size) * 1.24);
|
||||
height: calc(var(--hud-title-size) * 1.24);
|
||||
min-width: calc(var(--hud-title-size) * 1.24);
|
||||
padding: 0;
|
||||
border: 0;
|
||||
border-radius: 999px;
|
||||
background: rgba(255, 255, 255, 0.08);
|
||||
@@ -99,7 +102,8 @@
|
||||
}
|
||||
|
||||
.hud-panel-close .material-symbols-rounded {
|
||||
font-size: 18px;
|
||||
font-size: calc(var(--hud-title-size) * 0.8);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.hud-panel-close:hover {
|
||||
@@ -116,6 +120,10 @@
|
||||
0 0 36px rgba(120, 200, 255, 0.16);
|
||||
}
|
||||
|
||||
.hud-panel.is-layout-animating {
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
.hud-panel-hidden {
|
||||
display: none !important;
|
||||
}
|
||||
@@ -224,12 +232,13 @@
|
||||
|
||||
.earth-settings-sheet {
|
||||
position: fixed;
|
||||
top: 15vh;
|
||||
right: 20vw;
|
||||
bottom: 15vh;
|
||||
left: 20vw;
|
||||
width: auto;
|
||||
max-width: none;
|
||||
top: max(32px, 9vh);
|
||||
right: 16px;
|
||||
left: 16px;
|
||||
width: min(560px, calc(100vw - 32px));
|
||||
max-width: 560px;
|
||||
max-height: calc(100vh - max(64px, 18vh));
|
||||
margin-inline: auto;
|
||||
transform: none;
|
||||
border-radius: calc(28px * var(--hud-scale));
|
||||
padding: calc(20px * var(--hud-scale));
|
||||
@@ -272,24 +281,12 @@
|
||||
}
|
||||
|
||||
.earth-settings-title {
|
||||
margin-top: 4px;
|
||||
margin: 4px 0 0;
|
||||
color: #eef7ff;
|
||||
font-size: calc(1.45rem * var(--hud-scale));
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.earth-settings-close {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
min-width: 34px;
|
||||
border: 0;
|
||||
border-radius: 999px;
|
||||
background: rgba(255, 255, 255, 0.08);
|
||||
color: #d9efff;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.earth-settings-content {
|
||||
@@ -406,10 +403,12 @@
|
||||
|
||||
@media (max-width: 960px) {
|
||||
.earth-settings-sheet {
|
||||
top: 12vh;
|
||||
right: 10vw;
|
||||
bottom: 12vh;
|
||||
left: 10vw;
|
||||
top: 24px;
|
||||
right: 12px;
|
||||
left: 12px;
|
||||
width: auto;
|
||||
max-width: none;
|
||||
max-height: calc(100vh - 48px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user