aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview/PresElementBox.scss
diff options
context:
space:
mode:
authorgeireann <60007097+geireann@users.noreply.github.com>2020-06-22 14:55:00 +0800
committergeireann <60007097+geireann@users.noreply.github.com>2020-06-22 14:55:00 +0800
commit790d41009a678f560cd3b78e86069251e494cfd1 (patch)
treeeb8e38cd9d2267ad2d0287a4aebac7980768efde /src/client/views/presentationview/PresElementBox.scss
parentde2d44d173fba4c7cd7ac3ce7285215ddb5957b1 (diff)
updated css width property for mobile
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.scss')
-rw-r--r--src/client/views/presentationview/PresElementBox.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresElementBox.scss b/src/client/views/presentationview/PresElementBox.scss
index 99fe2a3ba..79532995e 100644
--- a/src/client/views/presentationview/PresElementBox.scss
+++ b/src/client/views/presentationview/PresElementBox.scss
@@ -106,7 +106,7 @@
z-index: 2;
}
-@media only screen and (max-width: 1000px) {
+@media only screen and (max-device-width: 480px) {
.presElementBox-buttons {
display: inline-flex;
position: relative;