aboutsummaryrefslogtreecommitdiff
path: root/src/components/shout_panel/shout_panel.vue
diff options
context:
space:
mode:
authorEris <femmediscord@gmail.com>2021-06-14 17:54:40 +0000
committerEris <femmediscord@gmail.com>2021-06-14 17:54:40 +0000
commitadfe56a3a31b3c4a8c2c206c06bebf9c4af675d1 (patch)
tree552897a6324f91d193efca382a382ab9ad2bcb98 /src/components/shout_panel/shout_panel.vue
parent2725a0c6398a876590b458ff1a8d6c2cc9af1d11 (diff)
New option: Always show floating New Post button
Diffstat (limited to 'src/components/shout_panel/shout_panel.vue')
-rw-r--r--src/components/shout_panel/shout_panel.vue9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/components/shout_panel/shout_panel.vue b/src/components/shout_panel/shout_panel.vue
index f90baf80..c88797d1 100644
--- a/src/components/shout_panel/shout_panel.vue
+++ b/src/components/shout_panel/shout_panel.vue
@@ -79,12 +79,19 @@
.floating-shout {
position: fixed;
- right: 0px;
bottom: 0px;
z-index: 1000;
max-width: 25em;
}
+.floating-shout.left {
+ left: 0px;
+}
+
+.floating-shout:not(.left) {
+ right: 0px;
+}
+
.shout-panel {
.shout-heading {
cursor: pointer;