summaryrefslogtreecommitdiffstats
path: root/src/components/AppContent
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-05-30 09:50:52 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-05-30 10:28:57 +0200
commit1c2573a31d3719fd853d918cca42a78cd4998ed4 (patch)
tree950971094e400050f78dc83536c9a790a8d8a22a /src/components/AppContent
parent388245c9a55ad34464f125166bb07c7639701559 (diff)
Fix positionning and cleanup css
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/components/AppContent')
-rw-r--r--src/components/AppContent/CircleContent.vue4
-rw-r--r--src/components/AppContent/ContactsContent.vue6
2 files changed, 0 insertions, 10 deletions
diff --git a/src/components/AppContent/CircleContent.vue b/src/components/AppContent/CircleContent.vue
index 7ccdd7af..f49f76cf 100644
--- a/src/components/AppContent/CircleContent.vue
+++ b/src/components/AppContent/CircleContent.vue
@@ -173,10 +173,6 @@ export default {
</script>
<style lang="scss" scoped>
-#app-content-wrapper {
- display: flex;
-}
-
// TODO: replace my button component when available
button {
height: 44px;
diff --git a/src/components/AppContent/ContactsContent.vue b/src/components/AppContent/ContactsContent.vue
index 4c84dff1..779f84cf 100644
--- a/src/components/AppContent/ContactsContent.vue
+++ b/src/components/AppContent/ContactsContent.vue
@@ -151,9 +151,3 @@ export default {
},
}
</script>
-
-<style lang="scss" scoped>
-#app-content-wrapper {
- display: flex;
-}
-</style>