Finish new style

This commit is contained in:
2019-09-18 22:23:12 +02:00
parent 9f836801f2
commit 3bbf51a490
19 changed files with 217 additions and 144 deletions

View File

@@ -36,12 +36,29 @@
.file_viewer > .highlight_headerbar > .file_viewer_headerbar_title {
flex-grow: 1;
flex-shrink: 1;
display: flex;
flex-direction: column;
overflow: hidden;
white-space: nowrap;
line-height: 2em;
text-overflow: ellipsis;
}
.file_viewer > .highlight_headerbar > .button_home::after {
content: "pixeldrain";
}
@media (max-width: 500px) {
.file_viewer > .highlight_headerbar > .button_home::after {
content: "pd";
}
.file_viewer > .highlight_headerbar > .list_navigator_buttons {
display: none;
}
}
.file_viewer > .highlight_headerbar > .file_viewer_headerbar_title > span {
flex-grow: 0;
flex-shrink: 0;
margin-right: 1em;
}
/* List Navigator (row 2) */
.file_viewer > .list_navigator {
flex-grow: 0;
@@ -60,7 +77,7 @@
}
.file_viewer > .list_navigator > .list_item{
height: 2.6em !important;
width: 250px !important;
width: 220px !important;
}
/* File preview area (row 3) */
@@ -244,7 +261,7 @@
flex-direction: column;
opacity: 0;
transition: visibility .5s, opacity .5s;
background-color: var(--body_color);
background-color: var(--layer_1_color);
border-color: var(--layer_1_color_border);
max-height: 100%;
max-width: 100%;