diff options
| author | bobzel <zzzman@gmail.com> | 2023-12-11 17:04:49 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-12-11 17:04:49 -0500 |
| commit | 07c30aed69dfa810ddb0b861ae2dc8e8f3a27356 (patch) | |
| tree | 678a0855b169eb88fdc574fd49481ee6e57b12de /src/client/views/nodes/VideoBox.scss | |
| parent | 936aa21fb576472e321a9af976d5da7b75292511 (diff) | |
fixed includes of scss globals into typescript files.
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
| -rw-r--r-- | src/client/views/nodes/VideoBox.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss index f90c19050..ae923ad60 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -1,4 +1,4 @@ -@import '../global/globalCssVariables.scss'; +@import '../global/globalCssVariables.module.scss'; .mini-viewer { cursor: grab; @@ -172,7 +172,11 @@ top: 90%; transform: translate(-50%, -50%); width: 80%; - transition: top 0s, width 0s, opacity 0.3s, visibility 0.3s; + transition: + top 0s, + width 0s, + opacity 0.3s, + visibility 0.3s; } } |
