Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormarco <marcoambrosini@pm.me>2021-09-02 14:25:05 +0300
committermarco <marcoambrosini@pm.me>2021-09-02 14:25:05 +0300
commit804b3f10cfdf0a0ee2e9542f1cecb019b343c062 (patch)
tree0a14eccffd4e32401a2ba746f9857b3f25dd5fc1 /src
parenta74ca030a6f55b56b3f0ae17ac564742bff8c348 (diff)
Fix navigation margins
Signed-off-by: marco <marcoambrosini@pm.me>
Diffstat (limited to 'src')
-rw-r--r--src/components/LeftSidebar/LeftSidebar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue
index fc12b24fc..3044c4fad 100644
--- a/src/components/LeftSidebar/LeftSidebar.vue
+++ b/src/components/LeftSidebar/LeftSidebar.vue
@@ -474,7 +474,7 @@ export default {
.new-conversation {
display: flex;
- padding: 8px 0;
+ padding: 8px 8px 8px 4px;
&--scrolled-down {
border-bottom: 1px solid var(--color-border);
}