mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-06-09 15:13:32 -07:00
fix(notifications): widen overlay notification thumbnail to 100px
This commit is contained in:
@@ -207,6 +207,6 @@ test('overlay notification cards use larger display dimensions', () => {
|
|||||||
overlayNotificationCss,
|
overlayNotificationCss,
|
||||||
/\.overlay-notification-card\.has-image\s*\{[^}]*min-height:\s*88px;/s,
|
/\.overlay-notification-card\.has-image\s*\{[^}]*min-height:\s*88px;/s,
|
||||||
);
|
);
|
||||||
assert.match(overlayNotificationCss, /\.overlay-notification-image\s*\{[^}]*width:\s*56px;/s);
|
assert.match(overlayNotificationCss, /\.overlay-notification-image\s*\{[^}]*width:\s*100px;/s);
|
||||||
assert.match(overlayNotificationCss, /\.overlay-notification-image\s*\{[^}]*height:\s*56px;/s);
|
assert.match(overlayNotificationCss, /\.overlay-notification-image\s*\{[^}]*height:\s*56px;/s);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -240,7 +240,7 @@ body:focus-visible,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.overlay-notification-image {
|
.overlay-notification-image {
|
||||||
width: 56px;
|
width: 100px;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user