diff --git a/src/components/share/Conversation.tsx b/src/components/share/Conversation.tsx index 9ce13a4..a921419 100644 --- a/src/components/share/Conversation.tsx +++ b/src/components/share/Conversation.tsx @@ -55,10 +55,14 @@ export default () => { )} -
setMoreBox(!moreBox())}> +
setMoreBox(!moreBox())}>
- +
+
+
+
+
diff --git a/src/components/share/style.css b/src/components/share/style.css index dd408a0..671c587 100644 --- a/src/components/share/style.css +++ b/src/components/share/style.css @@ -27,11 +27,21 @@ align-items: center; background:#fff; border:1px solid rgba(0,0,0,0.1); - margin-left:0.3rem; } -.more-btn .img{ +.more-btn .icon{ width:1.5rem; - height: 1.5rem; + display: flex; + align-items: center; + justify-content: center; +} +.more-btn .icon .icon-r{ + width:5px; + height:5px; + border-radius:50%; + background: rgba(0,0,0,0.5); +} +.mg-l-3{ + margin-left:3px; } .pos-a{ @@ -39,12 +49,13 @@ } .more-box{ - left:3.5rem; + right:3.5rem; } .more-hid-box{ position: fixed; bottom:2rem; + right:0.05rem; z-index:66; overflow: hidden; width:3.1rem; @@ -56,3 +67,8 @@ .more-show-box{ width:24.1rem; } +.flex-end{ + display: flex; + align-items: center; + flex-direction:row-reverse; +}