Added "insert document" buttons that appear in the middle of the document

This commit is contained in:
Saud Fatayerji
2023-04-20 19:34:58 +03:00
parent 7f9f45c720
commit f4e5690841
4 changed files with 88 additions and 8 deletions

View File

@@ -21,3 +21,17 @@ html[lang-direction=rtl] * {
direction: rtl;
text-align: right;
}
.align-top {
position: absolute;
top: 0;
}
.align-center-right {
position: absolute;
right: 0;
top: 50%;
}
.align-bottom {
position: absolute;
bottom: 0;
}