aboutsummaryrefslogtreecommitdiff
path: root/src/components/shout_panel/shout_panel.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2021-09-09 12:19:53 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2021-09-09 12:19:53 +0000
commita8a82ad12f2f7b9eb8fe7a57a3a7d503c6bbe2ed (patch)
treeeadd588ebb12fb7264d4152d949de02d7428c986 /src/components/shout_panel/shout_panel.vue
parent1c535284334f34de5897c731f22639d45516805f (diff)
parent179af131ee31cee6bb55554460af048556a1c5be (diff)
Merge branch 'showMobileNewPost' into 'develop'
New user option: Always show floating New Post button See merge request pleroma/pleroma-fe!1395
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;