File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
quick-start/src/main/ui/app/home Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ $header-height: 48px;
7373
7474.flow-container {
7575 .padder {
76- padding : 10px ;
76+ padding : 0 px 10px ;
7777 }
78- padding : 0px ;
78+ padding : 0px 10 px ;
7979 width : 100% ;
8080 box-sizing : border-box ;
8181 max-height : 5000px ;
@@ -86,6 +86,12 @@ $header-height: 48px;
8686 transition : max-height $heightDuration $easingFunc ;
8787 background-color : $list-bg-color ;
8888
89+ .mdl-list__item {
90+ min-height : 32px ;
91+ }
92+ .mdl-list__item-primary-content {
93+ padding : 0px 8px ;
94+ }
8995 & .collapsed {
9096 max-height : 0px ;
9197 background-color : initial ;
@@ -104,6 +110,7 @@ $header-height: 48px;
104110 width : 100% ;
105111 display : flex ;
106112 align-items : center ;
113+ color : #666 ;
107114}
108115
109116.mdl-list {
You can’t perform that action at this time.
0 commit comments