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; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
width: 96px; width: 132px;
padding: 12px 10px; padding: 12px 10px;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 16px; border-radius: 16px;
@@ -173,7 +173,9 @@ h1 {
line-height: 1.25; line-height: 1.25;
text-align: center; text-align: center;
white-space: normal; 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); text-shadow: 0 1px 2px rgba(255, 255, 255, 0.22);
transition: color 140ms ease, text-shadow 140ms ease; transition: color 140ms ease, text-shadow 140ms ease;
} }

View File

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

View File

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

View File

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