소스 검색

correction of avatar size in dashboard, semantic correction in account.jsx file

AlexiCauvin 6 년 전
부모
커밋
7a387ac409
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 1
      src/container/Account.jsx
  2. 3 2
      src/css/Dashboard.styl

+ 0 - 1
src/container/Account.jsx 파일 보기

@@ -91,7 +91,6 @@ class Account extends React.Component {
91 91
 
92 92
         case 'password':
93 93
           return <Password />
94
-
95 94
       }
96 95
     })()
97 96
 

+ 3 - 2
src/css/Dashboard.styl 파일 보기

@@ -181,8 +181,9 @@ coloricon()
181 181
             background-color folder-hover
182 182
         &__avatar
183 183
           margin-right 20px
184
-          width 50px
185
-          height 50px
184
+          & > img
185
+            width 50px
186
+            height 50px
186 187
         &__info
187 188
           &__name
188 189
             font-size 20px