aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/StyleProvider.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-01-31 20:39:47 -0500
committerbobzel <zzzman@gmail.com>2024-01-31 20:39:47 -0500
commit0d8c05db9cbb5a23a94554c65015c347ff8c38b9 (patch)
treefa1cd6ba23262e81ee7b1b03a89783d0026cbba0 /src/client/views/StyleProvider.scss
parent8ac814bbb81b690a6a10f5a07aa5ce0e8cafe283 (diff)
cleaned up accessing/setting proto_embeddings with api on Doc. fixed some css related to IconButtons. added a paintView toggle button to dec decorations for text with code blocks. enabled text with code to modify Docs and get this and documentView as params.
Diffstat (limited to 'src/client/views/StyleProvider.scss')
-rw-r--r--src/client/views/StyleProvider.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/StyleProvider.scss b/src/client/views/StyleProvider.scss
index 4d3096f71..00bf503f5 100644
--- a/src/client/views/StyleProvider.scss
+++ b/src/client/views/StyleProvider.scss
@@ -1,5 +1,6 @@
.styleProvider-filter,
.styleProvider-audio,
+.styleProvider-paint,
.styleProvider-lock {
font-size: 10;
width: 15;
@@ -28,6 +29,9 @@
.styleProvider-audio {
right: 30;
}
+.styleProvider-paint {
+ top: 15;
+}
.styleProvider-lock:hover,
.styleProvider-audio:hover,
.styleProvider-filter:hover {