fix(frontend): アイコンデコレーションが見切れる問題を修正 (#12239)
* fix(frontend): アイコンデコレーションがナビゲーションバーでクリップされないように
* Revert "fix(frontend): アイコンデコレーションがナビゲーションバーでクリップされないように"
This reverts commit db246b13d9.
* fix: tweak padding of account in navbar
* fix: set minimum height of note preview
* fix: リアクション一覧でアイコンデコレーションが見切れないように
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
			
			
This commit is contained in:
		| @@ -1072,6 +1072,7 @@ defineExpose({ | ||||
|  | ||||
| .preview { | ||||
| 	padding: 16px 20px 0 20px; | ||||
| 	min-height: 75px; | ||||
| 	max-height: 150px; | ||||
| 	overflow: auto; | ||||
| } | ||||
|   | ||||
| @@ -73,7 +73,6 @@ function getReactionName(reaction: string): string { | ||||
| } | ||||
|  | ||||
| .users { | ||||
| 	contain: content; | ||||
| 	flex: 1; | ||||
| 	min-width: 0; | ||||
| 	margin: -4px 14px 0 10px; | ||||
| @@ -85,7 +84,7 @@ function getReactionName(reaction: string): string { | ||||
| 	line-height: 24px; | ||||
| 	padding-top: 4px; | ||||
| 	white-space: nowrap; | ||||
| 	overflow: hidden; | ||||
| 	overflow: visible; | ||||
| 	text-overflow: ellipsis; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 zyoshoka
					zyoshoka