This commit is contained in:
Vanessa 2023-04-04 22:30:17 +08:00
parent 586a29d321
commit 5b455e87c1
3 changed files with 8 additions and 4 deletions

View file

@ -5,7 +5,7 @@
max-height: 100%;
background-color: var(--b3-theme-surface);
&.fullscreen > .b3-form__space--small {
&.fullscreen > .card__header {
padding-left: var(--b3-toolbar-left-mac);
}
}

View file

@ -58,6 +58,10 @@ body {
padding: 0 0 0 5px;
}
.card__main.fullscreen > .card__header {
padding-right: 108px;
}
.fullscreen {
& > .protyle-breadcrumb,
& > .block__icons {