adasd
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -197,7 +197,7 @@ body[data-skin="apple"] .widget-card {
|
||||
}
|
||||
|
||||
body[data-skin="apple"] .desktop-icon {
|
||||
width: 88px;
|
||||
width: 124px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user