Center currently opened file name in the header.

This commit is contained in:
kovacsv 2021-11-24 18:10:11 +01:00
parent e8e6108dfe
commit 86589648bc
2 changed files with 3 additions and 5 deletions

View File

@ -165,9 +165,8 @@
<svg class="logo_image"><use href="assets/images/3dviewer_net_logo_text.svg#logo"></use></svg>
</a>
</div>
<div class="main_file_name only_full_width" id="main_file_name"></div>
<div class="title_right" id="header_buttons"></div>
<div class="main_file_name only_full_width" id="main_file_name"></div>
</div>
<div class="toolbar" id="toolbar"></div>
</div>

View File

@ -103,12 +103,11 @@ div.main
div.main_file_name
{
margin: 10px 20px;
margin: 10px auto;
white-space: nowrap;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
max-width: 450px;
float: left;
}
div.main_navigator