Revert "enhance(frontend): 絵文字ピッカーで長いカテゴリの名前を前の部分から省略して表示するように (MisskeyIO#223)" (MisskeyIO#228)
This reverts commit 5421f4f377
.
This commit is contained in:
parent
375c725a44
commit
60f1ec86f8
|
@ -615,17 +615,11 @@ defineExpose({
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 32px;
|
line-height: 28px;
|
||||||
line-height: 32px;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
direction: rtl;
|
|
||||||
text-align: left;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
|
|
Loading…
Reference in New Issue