aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-06-07 12:06:45 -0400
committermehekj <mehek.jethani@gmail.com>2022-06-07 12:06:45 -0400
commit469838fd9c6515c0ec1894e5964be51e8a8b988b (patch)
treecfa20b41b130e685010e0d4d0e8b52abd95c2cef /src/client/views/nodes/VideoBox.scss
parent516fbb5692bd774b0421f4bbdb10a19e5920c84c (diff)
dynamically adjust video controls based on scale
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
-rw-r--r--src/client/views/nodes/VideoBox.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss
index f279b9709..47867b128 100644
--- a/src/client/views/nodes/VideoBox.scss
+++ b/src/client/views/nodes/VideoBox.scss
@@ -95,8 +95,7 @@
color: white;
border-radius: 100px;
z-index: 2001;
- min-width: 300px;
- height: 50px;
+ height: 40px;
padding: 0 10px 0 7px;
.timecode-controls {
@@ -121,8 +120,8 @@
.videobox-button {
margin: 2px;
cursor: pointer;
- width: 30px;
- height: 30px;
+ width: 25px;
+ height: 25px;
border-radius: 50%;
background: $dark-gray;
display: flex;
@@ -134,8 +133,8 @@
}
svg {
- width: 17px;
- height: 17px;
+ width: 15px;
+ height: 15px;
}
}
}