File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments