aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.scss
diff options
context:
space:
mode:
authorgeireann <60007097+geireann@users.noreply.github.com>2020-06-10 03:21:32 +0800
committergeireann <60007097+geireann@users.noreply.github.com>2020-06-10 03:21:32 +0800
commitbc80c711e7ab3044a0859c4b5d74e8e49cc5d077 (patch)
tree172725b9e76a94aca3d3725e8ebab1cb19fb9610 /src/client/views/nodes/PresBox.scss
parent7a7adfdb6fb6131ba2012d3e8aeb145e87773c81 (diff)
image upload functions w/ bugs
- choose an image does not immediately update - close button does not move with rest of upload image
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
-rw-r--r--src/client/views/nodes/PresBox.scss43
1 files changed, 9 insertions, 34 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss
index 56c6b4357..2bb249ee4 100644
--- a/src/client/views/nodes/PresBox.scss
+++ b/src/client/views/nodes/PresBox.scss
@@ -84,7 +84,7 @@
@media only screen and (max-width: 1000px) {
.presBox-cont .presBox-buttons {
position: absolute;
- top: 85%;
+ top: 70%;
left: 50%;
transform: translate(-50%, 0);
width: max-content;
@@ -107,10 +107,10 @@
.presBox-cont .presBox-buttons .presBox-button {
margin-right: 10px;
margin-left: 10px;
- height: 130px;
- width: 130px;
- font-size: 50;
- border-radius: 5px;
+ height: 250;
+ width: 250;
+ font-size: 70;
+ border-radius: 25px;
display: flex;
align-items: center;
background: #323232;
@@ -118,37 +118,12 @@
}
.presBox-cont .presBox-buttons .presBox-viewPicker {
+ top: -70;
+ left: 2.5%;
height: 50;
- width: 100;
- font-size: 30px;
- position: relative;
- min-width: 50px;
- }
-
- .presElementBox-closeIcon {
- border-radius: 20px;
- transform: scale(2);
- position: absolute;
- right: 20;
- top: 20;
- padding: 8px;
- }
-
- .presElementBox-buttons {
- display: inline-flex;
- position: absolute;
- right: 0;
- width: 50%;
- }
-
- .presElementBox-name {
+ width: 95%;
font-size: 30px;
position: absolute;
- display: inline-block;
- top: 10px;
- width: 50%;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: pre;
+ min-width: 50px;
}
} \ No newline at end of file