소스 검색

Fix logo button style more (#15458)

pull/15476/head
Takeshi Umeda 3 달 전
committed by GitHub
부모
커밋
3f4b0dfd47
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
2개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -1
      app/javascript/styles/mastodon/containers.scss
  2. +7
    -1
      app/javascript/styles/mastodon/statuses.scss

+ 0
- 1
app/javascript/styles/mastodon/containers.scss 파일 보기

@@ -445,7 +445,6 @@
}

.logo-button {
line-height: 36px;
padding: 3px 15px;
}



+ 7
- 1
app/javascript/styles/mastodon/statuses.scss 파일 보기

@@ -83,7 +83,7 @@
background: $ui-highlight-color;
color: $primary-text-color;
text-transform: none;
line-height: 16px;
line-height: 1.2;
height: auto;
min-height: 36px;
min-width: 88px;
@@ -131,6 +131,12 @@
}
}

a.button.logo-button {
display: inline-flex;
align-items: center;
justify-content: center;
}

.embed,
.public-layout {
.status__content[data-spoiler=folded] {


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