From a1f6ef1dcac2e79c5a116705ca11d6e7e51ed89c Mon Sep 17 00:00:00 2001 From: shpuld Date: Wed, 11 Apr 2018 19:34:40 +0300 Subject: [PATCH] Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, status fadein. --- src/App.scss | 6 +++--- src/components/conversation/conversation.vue | 11 +++++++++- src/components/nav_panel/nav_panel.vue | 3 +++ .../notifications/notifications.scss | 16 +++----------- .../notifications/notifications.vue | 2 +- .../post_status_form/post_status_form.vue | 2 +- src/components/settings/settings.vue | 2 +- src/components/status/status.vue | 21 ++++++++++++------- src/components/timeline/timeline.js | 2 +- src/components/timeline/timeline.vue | 12 ++++++----- src/modules/statuses.js | 2 +- src/services/style_setter/style_setter.js | 12 +++++------ 12 files changed, 50 insertions(+), 41 deletions(-) diff --git a/src/App.scss b/src/App.scss index 61acc4ce..e3fba48a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -46,8 +46,8 @@ a { button{ user-select: none; - color: $fallback--faint; - color: var(--faint, $fallback--faint); + color: $fallback--fg; + color: var(--fg, $fallback--fg); background-color: $fallback--btn; background-color: var(--btn, $fallback--btn); border: none; @@ -253,7 +253,7 @@ main-router { border-radius: $fallback--panelRadius; border-radius: var(--panelRadius, $fallback--panelRadius); box-shadow: 1px 1px 4px rgba(0,0,0,.6); - overflow: hidden; + //overflow: hidden; } .panel-body:empty::before { diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 4000bce2..308e5e7d 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -8,7 +8,16 @@
- + +
diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue index 5db3f555..6f949afb 100644 --- a/src/components/nav_panel/nav_panel.vue +++ b/src/components/nav_panel/nav_panel.vue @@ -32,6 +32,9 @@