diff --git a/src/components/app/Popouts/Popouts/GDriveLinkMenu.vue b/src/components/app/Popouts/Popouts/GDriveLinkMenu.vue index 9825d93..45537ca 100644 --- a/src/components/app/Popouts/Popouts/GDriveLinkMenu.vue +++ b/src/components/app/Popouts/Popouts/GDriveLinkMenu.vue @@ -97,7 +97,7 @@ export default { left: 0; right: 0; background: rgba(0, 0, 0, 0.781); - z-index: 111111; + z-index: 11111111133451111; display: flex; } .inner { diff --git a/src/components/app/Popouts/Popouts/ServerSettingsPanels/DropDownMenu.vue b/src/components/app/Popouts/Popouts/ServerSettingsPanels/DropDownMenu.vue index fa9e0bc..f5329c2 100644 --- a/src/components/app/Popouts/Popouts/ServerSettingsPanels/DropDownMenu.vue +++ b/src/components/app/Popouts/Popouts/ServerSettingsPanels/DropDownMenu.vue @@ -2,22 +2,30 @@ @@ -73,6 +104,10 @@ export default { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + display: flex; +} +.current-select-box .emoji{ + margin-right: 5px; } .current-select-box .name { margin: auto; @@ -107,7 +142,15 @@ export default { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + display: flex; } +.item div { + align-self: center; +} +.item .emoji { + margin-right: 5px; +} + .item:hover { background: rgb(46, 46, 46); } @@ -119,3 +162,13 @@ export default { } + diff --git a/src/components/app/Popouts/Popouts/SettingsPanels/survey.vue b/src/components/app/Popouts/Popouts/SettingsPanels/survey.vue index 080e223..646a65f 100644 --- a/src/components/app/Popouts/Popouts/SettingsPanels/survey.vue +++ b/src/components/app/Popouts/Popouts/SettingsPanels/survey.vue @@ -1,38 +1,41 @@