You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
14 lines
211 B
SCSS
14 lines
211 B
SCSS
.change-app-layout-dialog {
|
|
padding: 0;
|
|
|
|
> .content {
|
|
position:relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
&::backdrop {
|
|
background-color: transparent !important;
|
|
}
|
|
} |