diff --git a/src/components/GeneralHeader.vue b/src/components/GeneralHeader.vue index a6a626c..c8ff3fe 100644 --- a/src/components/GeneralHeader.vue +++ b/src/components/GeneralHeader.vue @@ -76,17 +76,17 @@ display: flex; flex-direction: column; width: max-content; - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(255, 255, 255); border-radius: 10px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); margin-top: 5px; backdrop-filter: blur(8px); - z-index: 999999; " v-show="visibleList" class="extraList" >
@@ -241,6 +241,10 @@ onMounted(() => { transform: scale(0.9); } +.extraList > div:not(:last-child) { + border-bottom: 0.1px solid black; +} + [dir='rtl'] .flipImg { transform: scaleX(-1); }