소스 검색

Fix overflowing emojis on some devices (#6016)

* Fix overflowing emojis on some devices

* Quit visible and add padding
master
Lynx Kotoura 6 년 전
committed by Eugen Rochko
부모
커밋
5ad45552b3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      app/javascript/styles/mastodon/components.scss

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

@@ -606,6 +606,7 @@
font-weight: 400;
overflow: hidden;
white-space: pre-wrap;
padding-top: 2px;

&:focus {
outline: 0;
@@ -858,7 +859,7 @@
.status__action-bar {
align-items: center;
display: flex;
margin-top: 10px;
margin-top: 8px;
}

.status__action-bar-button {


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