Compare commits
No commits in common. "d43c278d9d83e9f55d01b591c4667578d21b80b0" and "013e9f4061ab305a97a2bf851733d61da54c8f32" have entirely different histories.
d43c278d9d
...
013e9f4061
4 changed files with 19 additions and 11 deletions
|
@ -125,6 +125,20 @@
|
|||
border-color: $fallback--border;
|
||||
border-color: var(--border, $fallback--border);
|
||||
padding: 0;
|
||||
|
||||
&:first-child .menu-item {
|
||||
border-top-right-radius: $fallback--panelRadius;
|
||||
border-top-right-radius: var(--panelRadius, $fallback--panelRadius);
|
||||
border-top-left-radius: $fallback--panelRadius;
|
||||
border-top-left-radius: var(--panelRadius, $fallback--panelRadius);
|
||||
}
|
||||
|
||||
&:last-child .menu-item {
|
||||
border-bottom-right-radius: $fallback--panelRadius;
|
||||
border-bottom-right-radius: var(--panelRadius, $fallback--panelRadius);
|
||||
border-bottom-left-radius: $fallback--panelRadius;
|
||||
border-bottom-left-radius: var(--panelRadius, $fallback--panelRadius);
|
||||
}
|
||||
}
|
||||
|
||||
li:last-child {
|
||||
|
|
|
@ -201,7 +201,6 @@
|
|||
|
||||
.search-button {
|
||||
margin-left: 0.5em;
|
||||
width: 3em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -73,11 +73,6 @@
|
|||
height: 29px;
|
||||
}
|
||||
|
||||
.search-button {
|
||||
margin-left: 0.5em;
|
||||
width: 3em;
|
||||
}
|
||||
|
||||
.search-bar-input {
|
||||
flex: 1 0 auto;
|
||||
margin-left: 0.5em;
|
||||
|
|
|
@ -1138,15 +1138,15 @@
|
|||
"favorites": "お気に入り",
|
||||
"follow": "フォロー",
|
||||
"follow_cancel": "リクエストを取り消す",
|
||||
"follow_progress": "リクエスト中…",
|
||||
"follow_sent": "リクエスト完了",
|
||||
"follow_progress": "リクエストしています",
|
||||
"follow_sent": "リクエストを送りました",
|
||||
"follow_unfollow": "フォロー解除",
|
||||
"followees": "フォロー",
|
||||
"followers": "フォロワー",
|
||||
"followed_tags": "フォロー中のタグ",
|
||||
"followed_users": "フォロー中のユーザー",
|
||||
"following": "フォロー中",
|
||||
"follows_you": "あなたをフォロー中",
|
||||
"following": "フォローしています",
|
||||
"follows_you": "フォローされています",
|
||||
"hidden": "隠す",
|
||||
"hide_repeats": "リピートを隠す",
|
||||
"highlight": {
|
||||
|
@ -1170,7 +1170,7 @@
|
|||
"note": "メモ",
|
||||
"per_day": "件/日",
|
||||
"remote_follow": "リモートフォロー",
|
||||
"remove_follower": "フォロワー解除",
|
||||
"remove_follower": "フォローを解除させる",
|
||||
"replies": "投稿と返信",
|
||||
"report": "通報",
|
||||
"requested_by": "あなたにフォローリクエストを送りました",
|
||||
|
|
Loading…
Reference in a new issue