adasd
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user