mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +02:00
web/UpdateNotification: increase icon size
This commit is contained in:
@ -45,14 +45,14 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: var(--button-elevated-hover);
|
background-color: var(--button-elevated-hover);
|
||||||
padding: 2px;
|
padding: 3px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.update-icon :global(svg) {
|
.update-icon :global(svg) {
|
||||||
stroke-width: 1.5px;
|
stroke-width: 1.5px;
|
||||||
width: 24px;
|
width: 25px;
|
||||||
height: 24px;
|
height: 25px;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user