Skip to content

Commit 25d200e

Browse files
committed
chore: lint styles
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent ca42625 commit 25d200e

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

src/components/LeftSidebar/LeftSidebar.vue

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ export default {
790790
}
791791
792792
.new-conversation {
793-
position: relative;
793+
position: relative;
794794
display: flex;
795795
padding: 8px 4px 8px 12px;
796796
align-items: center;
@@ -799,17 +799,17 @@ export default {
799799
border-bottom: 1px solid var(--color-placeholder-dark);
800800
}
801801
802-
.filters {
803-
position: absolute;
804-
top : 8px;
805-
right: 56px;
806-
}
807-
808-
.actions {
809-
position: absolute;
810-
top: 8px;
811-
right: 8px;
812-
}
802+
.filters {
803+
position: absolute;
804+
top : 8px;
805+
right: 56px;
806+
}
807+
808+
.actions {
809+
position: absolute;
810+
top: 8px;
811+
right: 8px;
812+
}
813813
}
814814
815815
// Override vue overflow rules for <ul> elements within app-navigation
@@ -831,7 +831,7 @@ export default {
831831
}
832832
833833
.conversations-search {
834-
padding: 4px 0;
834+
padding: 4px 0;
835835
transition: all 0.15s ease;
836836
z-index: 1;
837837
// New conversation button width : 52 px
@@ -865,6 +865,7 @@ export default {
865865
:deep(.input-field__clear-button) {
866866
border-radius: var(--border-radius-pill) !important;
867867
}
868+
868869
:deep(.app-navigation ul) {
869870
padding: 0 !important;
870871
}

0 commit comments

Comments
 (0)