diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-29 11:51:51 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-29 11:51:51 -0400 |
| commit | 95c076b64a816c6bd503089f90234f8ce078eae8 (patch) | |
| tree | 72c498e8ae8c32bbb458889a49cbd2e1d3d5da9f /src/client/views/StyleProvider.scss | |
| parent | 1e73c1148cfbc2d395ddb6a7ad23aa3b643be85b (diff) | |
fixed sizing of link count button. moved border paths and audio to style provider
Diffstat (limited to 'src/client/views/StyleProvider.scss')
| -rw-r--r-- | src/client/views/StyleProvider.scss | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/src/client/views/StyleProvider.scss b/src/client/views/StyleProvider.scss index b865c8ddd..80c878386 100644 --- a/src/client/views/StyleProvider.scss +++ b/src/client/views/StyleProvider.scss @@ -1,3 +1,5 @@ +.styleProvider-filter, +.styleProvider-audio, .styleProvider-lock { font-size: 10; width: 15; @@ -9,31 +11,21 @@ pointer-events: all; opacity: 0.3; display: flex; + flex-direction: column; color: gold; border-radius: 3px; justify-content: center; cursor: default; } .styleProvider-filter { - font-size: 10; - width: 15; - height: 15; - position: absolute; right: 0; - top: 0; - background: black; - pointer-events: all; - opacity: 0.3; - display: flex; - color: gold; - border-radius: 3px; - justify-content: center; - cursor: default; } -.styleProvider-filter:hover { - opacity: 1; +.styleProvider-audio { + right: 15; } -.styleProvider-lock:hover { +.styleProvider-lock:hover, +.styleProvider-audio:hover, +.styleProvider-filter:hover { opacity: 1; } |
