Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-06-25 09:45:24 +0300
committerVincent Petry <vincent@nextcloud.com>2021-06-25 09:45:24 +0300
commit75cebcf038c1532d252bb0c84eb01b3fa34159a7 (patch)
tree1fae066f9306112a2aa804022b40fca66150a9cc /src/components/NewMessageForm
parentaf58b3100dcde68c9c4affab371a99aec5a78a9d (diff)
Fix emoji picker vertical position
Fix CSS syntax error that prevented the emoji picker to stick to the bottom. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'src/components/NewMessageForm')
-rw-r--r--src/components/NewMessageForm/NewMessageForm.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/NewMessageForm/NewMessageForm.vue b/src/components/NewMessageForm/NewMessageForm.vue
index 68eb192b9..cf7a7154e 100644
--- a/src/components/NewMessageForm/NewMessageForm.vue
+++ b/src/components/NewMessageForm/NewMessageForm.vue
@@ -505,7 +505,7 @@ export default {
&__emoji-picker {
position: absolute;
left: 5px;
- bottom: 1;
+ bottom: 1px;
.emoji-picker-button {
opacity: .7;
&:hover,