adasd
All checks were successful
Deploy / deploy-staging (push) Successful in 24s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-17 22:29:50 +02:00
parent 863daac7e4
commit a8853f9fd1
4 changed files with 7 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ h1 {
display: flex;
flex-direction: column;
align-items: center;
width: 96px;
width: 132px;
padding: 12px 10px;
border: 1px solid transparent;
border-radius: 16px;
@@ -173,7 +173,9 @@ h1 {
line-height: 1.25;
text-align: center;
white-space: normal;
overflow-wrap: anywhere;
overflow-wrap: normal;
word-break: normal;
hyphens: none;
text-shadow: 0 1px 2px rgba(255, 255, 255, 0.22);
transition: color 140ms ease, text-shadow 140ms ease;
}

View File

@@ -349,7 +349,7 @@ if (payloadNode) {
: new DOMRect(0, 0, window.innerWidth, window.innerHeight);
const getIconMetrics = () => ({
width: 112,
width: 148,
height: 108,
marginX: 18,
marginY: 18,

View File

@@ -197,7 +197,7 @@ body[data-skin="apple"] .widget-card {
}
body[data-skin="apple"] .desktop-icon {
width: 88px;
width: 124px;
background: transparent;
}

View File

@@ -211,7 +211,7 @@ body[data-skin="linux"] .widget-card p {
}
body[data-skin="linux"] .desktop-icon {
width: 88px;
width: 124px;
padding: 10px 8px;
background: transparent;
}