From 124e9a7f227e0d57d99f09f18774195d7d8c51e5 Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Sat, 3 Aug 2019 11:27:36 +0100 Subject: [PATCH] survey changes --- .../app/Popouts/Popouts/GDriveLinkMenu.vue | 2 +- .../ServerSettingsPanels/DropDownMenu.vue | 61 ++++- .../Popouts/Popouts/SettingsPanels/survey.vue | 162 +++++------ .../Popouts/Popouts/userInformationPopout.vue | 259 +++++++++++++++--- .../app/relationships/FriendsTemplate.vue | 1 + src/utils/changelog.js | 12 + src/utils/surveyItems.js | 7 + 7 files changed, 377 insertions(+), 127 deletions(-) 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 @@