-
-
-
-
- {{ likeCount }}
-
-
-
@@ -69,7 +61,7 @@
@@ -253,11 +281,7 @@ onMounted(async () => {
position: relative;
display: flex;
flex-direction: row;
- gap: 10px;
align-items: center;
- width: 100%;
- justify-content: space-between;
- flex-wrap: wrap;
}
.reactions-viewer {
@@ -295,40 +319,15 @@ onMounted(async () => {
padding-left: 5px;
}
-.make-reaction-container {
- display: flex;
- flex-direction: row;
- gap: 10px;
-}
-
-.make-reaction-item {
- cursor: pointer;
- padding: 4px;
- opacity: 0.5;
- border-radius: 8px;
- font-size: 20px;
-}
-
-.like-reaction {
- color: #ff0000;
- display: flex;
- flex-direction: row;
- align-items: center;
- gap: 5px;
-}
-
-.make-reaction-item:hover {
- background-color: #ffe2e2;
-}
-
.reactions-count {
font-size: 16px;
font-weight: bold;
+ margin-right: 15px;
}
.reactions-panel {
position: absolute;
- bottom: 50px;
+ bottom: 35px;
background-color: var(--background-color);
border: 1px solid var(--normal-border-color);
border-radius: 20px;
@@ -361,7 +360,6 @@ onMounted(async () => {
border: 1px solid var(--normal-border-color);
border-radius: 10px;
margin-right: 5px;
- margin-bottom: 5px;
font-size: 14px;
color: var(--text-color);
align-items: center;
diff --git a/frontend_nuxt/components/SearchDropdown.vue b/frontend_nuxt/components/SearchDropdown.vue
index e8fde21d6..fedbee882 100644
--- a/frontend_nuxt/components/SearchDropdown.vue
+++ b/frontend_nuxt/components/SearchDropdown.vue
@@ -17,7 +17,8 @@
@@ -48,7 +49,7 @@