Android build v1.1.10
This commit is contained in:
+49
-15
@@ -55,6 +55,21 @@ textarea:focus-visible,
|
||||
box-shadow: 0 0 0 5px #8b6726, 0 0 18px rgba(229, 185, 95, 0.65);
|
||||
}
|
||||
|
||||
html[data-input-device='controller'] button:focus,
|
||||
html[data-input-device='controller'] input:focus,
|
||||
html[data-input-device='controller'] select:focus,
|
||||
html[data-input-device='controller'] textarea:focus,
|
||||
html[data-input-device='controller'] [tabindex]:focus {
|
||||
outline: 3px solid #fff4a8 !important;
|
||||
box-shadow: 0 0 0 5px #8b6726, 0 0 18px rgba(229, 185, 95, 0.65);
|
||||
}
|
||||
|
||||
html[data-input-device='controller'] [data-game-nav-active='true'] button:focus:not(.game-selected),
|
||||
html[data-input-device='controller'] [data-game-nav-active='true'] [tabindex]:focus:not(.game-selected) {
|
||||
outline: 2px solid #42414c !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.settings-heading {
|
||||
align-items: end;
|
||||
border-bottom: 2px solid #34343d;
|
||||
@@ -1849,10 +1864,13 @@ h2 {
|
||||
|
||||
.main-menu-grid {
|
||||
display: grid;
|
||||
gap: 15px;
|
||||
gap: 10px;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
grid-template-rows: repeat(4, minmax(0, 1fr));
|
||||
height: min(100%, 388px);
|
||||
margin: 0 auto;
|
||||
max-width: 930px;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.roguelike-mode-grid {
|
||||
@@ -1901,24 +1919,33 @@ h2 {
|
||||
color: var(--ink);
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
min-height: 105px;
|
||||
gap: 12px;
|
||||
min-height: 0;
|
||||
outline: 2px solid #42414c;
|
||||
padding: 16px;
|
||||
padding: 12px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.menu-card:first-child {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.menu-card:hover {
|
||||
outline-color: var(--gold);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
.menu-card.game-selected {
|
||||
outline: 3px solid #fff4a8;
|
||||
box-shadow: 0 0 0 5px #8b6726, 0 0 18px rgba(229, 185, 95, 0.65);
|
||||
}
|
||||
|
||||
.menu-card.game-selected > span {
|
||||
background: var(--gold);
|
||||
color: #13141a;
|
||||
}
|
||||
|
||||
.cloud-sync-card {
|
||||
cursor: default;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
grid-template-columns: auto minmax(0, 1fr);
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
@@ -1931,6 +1958,13 @@ h2 {
|
||||
display: grid;
|
||||
flex: 1;
|
||||
gap: 6px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.cloud-sync-card .text-button {
|
||||
grid-column: 1 / -1;
|
||||
min-height: 28px;
|
||||
padding: 5px 8px;
|
||||
}
|
||||
|
||||
.cloud-sync-card .text-button:disabled {
|
||||
@@ -1948,10 +1982,10 @@ h2 {
|
||||
border: 2px solid var(--gold);
|
||||
color: var(--gold);
|
||||
display: flex;
|
||||
flex: 0 0 58px;
|
||||
flex: 0 0 48px;
|
||||
font-family: var(--pixel-font);
|
||||
font-size: 19px;
|
||||
height: 58px;
|
||||
font-size: 16px;
|
||||
height: 48px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@@ -1962,13 +1996,13 @@ h2 {
|
||||
|
||||
.menu-card strong {
|
||||
font-family: var(--pixel-font);
|
||||
font-size: 11px;
|
||||
margin-bottom: 9px;
|
||||
font-size: 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.menu-card small {
|
||||
color: var(--muted);
|
||||
font-size: 18px;
|
||||
font-size: 14px;
|
||||
line-height: 1.05;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user