いくつかのスタイルを調整 (#5894)
* Chrome(Android)で誕生日欄が崩れていたのを修正 * 入力欄のフォントを親要素から継承するように変更
This commit is contained in:
parent
b93bfb7e5c
commit
7abd91f031
3 changed files with 7 additions and 4 deletions
|
|
@ -153,7 +153,7 @@ export default Vue.extend({
|
|||
this.$t('_postForm._placeholders.f')
|
||||
];
|
||||
const x = xs[Math.floor(Math.random() * xs.length)];
|
||||
|
||||
|
||||
return this.renote
|
||||
? this.$t('_postForm.quotePlaceholder')
|
||||
: this.reply
|
||||
|
|
@ -713,7 +713,7 @@ export default Vue.extend({
|
|||
border-radius: 0;
|
||||
background: transparent;
|
||||
color: var(--fg);
|
||||
font-family: initial;
|
||||
font-family: inherit;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
padding: 0 16px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue