aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview
diff options
context:
space:
mode:
authorgeireann <60007097+geireann@users.noreply.github.com>2020-06-17 18:38:20 +0800
committergeireann <60007097+geireann@users.noreply.github.com>2020-06-17 18:38:20 +0800
commit22649d15932f719e0b57166158a3660941a7ef72 (patch)
tree62110d5e7b9a8415b418b5bdea07b3910643fde0 /src/client/views/presentationview
parent4b1dc65c9e0bb917c1f1f780f8a63fc0c91b4ad6 (diff)
pdf view updates
Diffstat (limited to 'src/client/views/presentationview')
-rw-r--r--src/client/views/presentationview/PresElementBox.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/views/presentationview/PresElementBox.scss b/src/client/views/presentationview/PresElementBox.scss
index bf268eb8d..99fe2a3ba 100644
--- a/src/client/views/presentationview/PresElementBox.scss
+++ b/src/client/views/presentationview/PresElementBox.scss
@@ -115,6 +115,7 @@
.presElementBox-item {
display: inline-flex;
+ overflow: hidden;
}
.presElementBox-buttons .presElementBox-interaction {
@@ -148,6 +149,7 @@
position: absolute;
top: 0;
right: 0;
+ z-index: 3;
width: 50%;
}
@@ -156,6 +158,7 @@
position: absolute;
display: inline-block;
top: 10px;
+ z-index: 3;
width: 50%;
text-overflow: ellipsis;
overflow: hidden;
@@ -182,4 +185,13 @@
padding: 0px;
padding-bottom: 3px;
}
+
+ .presElementBox-embedded {
+ position: relative;
+ display: flex;
+ transform: translate(0, 90px) scale(1.5);
+ width: auto;
+ justify-content: center;
+ margin: auto;
+ }
} \ No newline at end of file