1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00
Files
joplin/packages/app-desktop/gui/UpdateNotification/style.scss
2025-04-07 20:12:40 +01:00

11 lines
158 B
SCSS

.update-notification {
display: flex;
flex-direction: column;
align-items: flex-start;
> .buttons {
display: flex;
gap: 10px;
margin-top: 8px;
}
}