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