소스 검색

Fix padding

JC Brand 11 달 전
부모
커밋
71f7d1b8cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/plugins/profile/templates/profile.js

+ 1 - 1
src/plugins/profile/templates/profile.js

@@ -22,7 +22,7 @@ export default (el) => {
         [classes, color] = ['fa fa-circle chat-status', 'subdued-color'];
     }
     return html`
-        <div class="userinfo controlbox-padded">
+        <div class="userinfo">
             <div class="controlbox-section profile d-flex">
                 <a class="show-profile" href="#" @click=${el.showProfileModal}>
                     <converse-avatar class="avatar align-self-center"