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",
|
||||
"author": "syuilo <i@syuilo.com>",
|
||||
"version": "4.1.0",
|
||||
"clientVersion": "1.0.6535",
|
||||
"version": "4.1.1",
|
||||
"clientVersion": "1.0.6542",
|
||||
"codename": "nighthike",
|
||||
"main": "./built/index.js",
|
||||
"private": true,
|
||||
|
|
|
@ -289,6 +289,10 @@ root(isDark, fill)
|
|||
> *
|
||||
display block
|
||||
min-width 16px
|
||||
max-width 150px
|
||||
overflow hidden
|
||||
white-space nowrap
|
||||
text-overflow ellipsis
|
||||
|
||||
> .prefix
|
||||
left 0
|
||||
|
|
Loading…
Reference in a new issue