소스 검색

Fix dropdown arrow position (#8637)

master
ThibG 5 년 전
committed by Eugen Rochko
부모
커밋
0c5db3163a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      app/javascript/styles/mastodon/components.scss

+ 2
- 2
app/javascript/styles/mastodon/components.scss 파일 보기

@@ -1666,14 +1666,14 @@ a.account__display-name {

&.top {
bottom: -5px;
margin-left: -13px;
margin-left: -7px;
border-width: 5px 7px 0;
border-top-color: $ui-secondary-color;
}

&.bottom {
top: -5px;
margin-left: -13px;
margin-left: -7px;
border-width: 0 7px 5px;
border-bottom-color: $ui-secondary-color;
}


불러오는 중...
취소
저장