mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
add class post-add-button-bottom
This commit is contained in:
parent
df22c7289e
commit
27a543ca96
@ -9,7 +9,8 @@
|
||||
content: $t('contribution.newPost'),
|
||||
placement: 'left',
|
||||
}"
|
||||
:class="POST_ADD_BUTTON_POSITION_TOP ? 'post-add-button-top' : 'post-add-button'"
|
||||
class="post-add-button"
|
||||
:class="POST_ADD_BUTTON_POSITION_TOP ? 'post-add-button-top' : 'post-add-button-bottom'"
|
||||
icon="plus"
|
||||
filled
|
||||
circle
|
||||
@ -318,7 +319,7 @@ export default {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.base-button.--circle.post-add-button {
|
||||
.base-button.--circle.post-add-button-bottom {
|
||||
height: 54px;
|
||||
width: 54px;
|
||||
font-size: 26px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user