Add document title in topbar and allow params with user extensions (#720)

* use document title to display the current file
* add document title in top bar
This commit is contained in:
JFH
2022-01-31 23:36:57 +01:00
committed by GitHub
parent 5d1ba0205b
commit db8522fcb7
12 changed files with 654 additions and 507 deletions

View File

@@ -33,6 +33,13 @@
height: 100%;
}
#title_panel > p {
color: white;
padding-left: 5px;
padding-right: 3px;
font-weight: bold;
}
/* on smaller screen, allow 2 lines for the toolbar */
@media screen and (max-width:1250px) {
.svg_editor {
@@ -42,7 +49,7 @@
/* class to open the right panel */
.svg_editor.open {
grid-template-columns: 34px 15px 50px 1fr 150px;
grid-template-columns: 34px 15px 50px 1fr 220px;
}
#svgroot {
@@ -179,6 +186,8 @@ hr {
#selLayerNames {
display: block;
top: -8px;
position: relative;
}
/* Main button