improve(editor): keep central shapes title bar of excalidraw content when toggling zen/wide mode

This commit is contained in:
charlie
2021-03-10 18:44:25 +08:00
committed by Tienson Qin
parent 92ad0296e6
commit c80cbd6019
2 changed files with 21 additions and 4 deletions

View File

@@ -75,6 +75,12 @@
.resize {
display: flex;
}
.draw [aria-labelledby="shapes-title"] {
position: absolute;
left: 50%;
transform: translate(-50%);
}
}
.open-block-ref-link {