diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-01-19 18:38:31 -0800 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-01-20 16:24:15 -0800 |
commit | 5ab35aaa7a6d09750637ed294d436aef1110650a (patch) | |
tree | e24f48c75d67da0850d3d0dc653d618a2839c4a3 /apps/user_status/src/components/SetStatusModal.vue | |
parent | 3f231d68d7066d605f261f652f5263613d56ada4 (diff) | |
download | nextcloud-server-5ab35aaa7a6d09750637ed294d436aef1110650a.tar.gz nextcloud-server-5ab35aaa7a6d09750637ed294d436aef1110650a.zip |
Fix user status message input
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/user_status/src/components/SetStatusModal.vue')
-rw-r--r-- | apps/user_status/src/components/SetStatusModal.vue | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/user_status/src/components/SetStatusModal.vue b/apps/user_status/src/components/SetStatusModal.vue index 2d500464bff..d7adc99da14 100644 --- a/apps/user_status/src/components/SetStatusModal.vue +++ b/apps/user_status/src/components/SetStatusModal.vue @@ -246,16 +246,6 @@ export default { display: flex; width: 100%; margin-bottom: 10px; - - .custom-input__emoji-button { - flex-basis: 40px; - flex-grow: 0; - width: 40px; - height: 34px; - margin-right: 0; - border-right: none; - border-radius: var(--border-radius) 0 0 var(--border-radius); - } } .status-buttons { |