aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-04-24 12:24:02 -0400
committerbobzel <zzzman@gmail.com>2023-04-24 12:24:02 -0400
commitabddb2104fe8b23c4b3f86c2ed46c20bcd0777e6 (patch)
tree6bb8b438c714a2499e60867b118deda95601d0ea /src/client/views/nodes/formattedText/FormattedTextBox.scss
parent9629ab77ed15f71a80f2a8becabf944ce584fe18 (diff)
resized alternate text icon
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBox.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss
index 3b42c41a5..eb9dd1e66 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBox.scss
+++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss
@@ -73,13 +73,15 @@ audiotag:hover {
}
}
.formattedTextBox-alternateButton {
+ align-items: center;
+ flex-direction: column;
position: absolute;
color: white;
background: black;
right: 0;
bottom: 0;
- width: 15;
- height: 15;
+ width: 11;
+ height: 11;
}
.formattedTextBox-outer-selected,