forked from FoundKeyGang/FoundKey
inputのsuffixがはみ出す問題を修正
This commit is contained in:
parent
73f5bf69e8
commit
0460cdedd7
2 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "4.1.0",
|
"version": "4.1.1",
|
||||||
"clientVersion": "1.0.6535",
|
"clientVersion": "1.0.6542",
|
||||||
"codename": "nighthike",
|
"codename": "nighthike",
|
||||||
"main": "./built/index.js",
|
"main": "./built/index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
|
@ -289,6 +289,10 @@ root(isDark, fill)
|
||||||
> *
|
> *
|
||||||
display block
|
display block
|
||||||
min-width 16px
|
min-width 16px
|
||||||
|
max-width 150px
|
||||||
|
overflow hidden
|
||||||
|
white-space nowrap
|
||||||
|
text-overflow ellipsis
|
||||||
|
|
||||||
> .prefix
|
> .prefix
|
||||||
left 0
|
left 0
|
||||||
|
|
Loading…
Reference in a new issue