mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Ellipsis-ify menu text
This commit is contained in:
parent
1c8bba456d
commit
15a75e1ed0
1 changed files with 2 additions and 0 deletions
|
@ -1093,6 +1093,8 @@ body:has(.status-deck) .media-post-link {
|
|||
}
|
||||
.szh-menu .szh-menu__item .menu-grow {
|
||||
flex-grow: 1;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.szh-menu .szh-menu__item .menu-shortcut {
|
||||
opacity: 0.5;
|
||||
|
|
Loading…
Reference in a new issue