diff --git a/src/components/share/style.css b/src/components/share/style.css index 8ea1555..dd408a0 100644 --- a/src/components/share/style.css +++ b/src/components/share/style.css @@ -19,14 +19,15 @@ .more-btn{ --un-shadow: var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgba(0,0,0,0.1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgba(0,0,0,0.1)); box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow); - width:3rem; - height:3rem; + width:2.5rem; + height:2.5rem; border-radius:50%; display: flex; justify-content: center; align-items: center; background:#fff; border:1px solid rgba(0,0,0,0.1); + margin-left:0.3rem; } .more-btn .img{ width:1.5rem; @@ -38,13 +39,12 @@ } .more-box{ - left:65px; + left:3.5rem; } .more-hid-box{ position: fixed; bottom:2rem; - left:1rem; z-index:66; overflow: hidden; width:3.1rem;