1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

files_reader: fix titlebar text overlapping buttons on some devices

This commit is contained in:
frankdelange 2017-03-16 17:20:35 +01:00
parent 2c508901fc
commit 46f595a707
3 changed files with 37 additions and 17 deletions

View file

@ -87,13 +87,38 @@ body {
font-weight: 600;
}
#title-seperator {
#title-separator {
display: none;
}
#title-controls,
#opener {
margin-left: 0.3em;
margin-right: 0.3em;
position: fixed;
top: 0.3em;
}
#opener {
left: 0;
}
#metainfo {
position: fixed;
/* width: 80%;
left: 10%; */
width: 50%;
width: calc(100% - 7.5em);
left: 1.5em;
top: 0.3em;
padding: 0.2em;
height: 1em;
overflow: hidden;
text-align: center;
}
#title-controls {
margin-left: 1em;
margin-right: 1em;
right: 0;
}
#viewer {
@ -168,13 +193,6 @@ body {
width: calc(100% - 25em);
}
#metainfo {
display: inline-block;
text-align: center;
max-width: 80%;
min-width: 20%;
}
#divider {
position: absolute;
width: 1px;
@ -308,8 +326,8 @@ body {
/* margin: 0 50px 0 50px; */
}
#metainfo {
font-size: 10px;
#metainfo span {
font-size: 0.5em;
}
/*
#tocView {

View file

@ -26,6 +26,8 @@
width: 100%;
height: 2em;
background: #4e4e4e;
/* above titlebar controls */
z-index: 3;
}
.toolbar {