aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.scss
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-09-02 03:47:54 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-09-02 03:47:54 -0400
commit47895246065408eed330bc2d6b655c49976b61df (patch)
tree7dd83fdfb25176c72f20c1390be6877d16c6cf4f /src/client/views/nodes/formattedText/FormattedTextBox.scss
parent49850a02bb8684e481fc6368f9c11232d824e872 (diff)
dynamic text size and styles
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBox.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss
index 15ce9ec8f..d6fd81f83 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBox.scss
+++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss
@@ -22,13 +22,23 @@
&.h-left * {
display: flex;
- justify-content: flex-start;
+ justify-content: flex-start;
}
&.h-right * {
display: flex;
justify-content: flex-end;
}
+
+ &.template * {
+ ::-webkit-scrollbar-track {
+ background: none;
+ }
+ }
+
+ &.bold * {
+ font-weight: bold;
+ }
}
.ProseMirror:focus {