Fix headerbar height
This commit is contained in:
@@ -22,9 +22,8 @@ body{
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
line-height: 1.9em;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 1.2em;
|
padding: 0.2em;
|
||||||
}
|
}
|
||||||
.file_viewer > .highlight_headerbar > .button_toggle_toolbar {
|
.file_viewer > .highlight_headerbar > .button_toggle_toolbar {
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
@@ -40,7 +39,7 @@ body{
|
|||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 0.8em;
|
line-height: 2em;
|
||||||
}
|
}
|
||||||
.file_viewer > .highlight_headerbar > .list_navigator_buttons {
|
.file_viewer > .highlight_headerbar > .list_navigator_buttons {
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
<div id="file_viewer_headerbar" class="highlight_headerbar">
|
<div id="file_viewer_headerbar" class="highlight_headerbar">
|
||||||
<button id="button_toggle_toolbar" class="button_toggle_toolbar" onClick="Toolbar.toggle();">☰</button>
|
<button id="button_toggle_toolbar" class="button_toggle_toolbar" onClick="Toolbar.toggle();">☰</button>
|
||||||
<a href="/" id="button_home" class="button button_home">
|
<a href="/" id="button_home" class="button button_home">
|
||||||
<img src="/res/img/tray32.png" alt="Back to the Home page" style="height: 1em;"/>
|
<img src="/res/img/pixeldrain_transparent.png" alt="Back to the Home page" style="height: 1.5em; margin: -0.3em;"/>
|
||||||
<!-- Yo -->
|
<!-- Yo -->
|
||||||
</a>
|
</a>
|
||||||
<span id="file_viewer_headerbar_title" class="file_viewer_headerbar_title">{{.Title}}</span>
|
<span id="file_viewer_headerbar_title" class="file_viewer_headerbar_title">{{.Title}}</span>
|
||||||
|
Reference in New Issue
Block a user