Fix some alginment issues

This commit is contained in:
2020-10-20 10:48:52 +02:00
parent 65299d825c
commit a6b50d2a8e
7 changed files with 34 additions and 15 deletions

View File

@@ -32,7 +32,7 @@
flex-shrink: 0;
margin-left: 6px;
margin-right: 6px;
display: inline-flex;
display: inline;
}
.file_viewer > .file_viewer_headerbar > .file_viewer_headerbar_title {
flex-grow: 1;
@@ -40,14 +40,15 @@
display: flex;
flex-direction: column;
overflow: hidden;
line-height: 2em;
line-height: 1.2em; /* When the page is a list there will be two lines. Dont's want to stretch the container*/
white-space: nowrap;
text-overflow: ellipsis;
justify-content: center;
}
.file_viewer > .file_viewer_headerbar > .button_home > svg {
height: 1.6em;
width: 1.6em;
margin: -0.1em 0.2em -0.1em -0.1em;
margin: 0 0.2em 0 0;
}
.file_viewer > .file_viewer_headerbar > .button_home::after {
content: "pixeldrain";