Add title wrap extension
* Implemented title wrap extension * Update metadata.json * Fixed comments
This commit is contained in:
parent
e9f0fad3e0
commit
8b50f74fd0
5 changed files with 710 additions and 0 deletions
21
xExtension-TitleWrap/static/title_wrap.css
Normal file
21
xExtension-TitleWrap/static/title_wrap.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.horizontal-list {
|
||||
display: flex;
|
||||
}
|
||||
.horizontal-list.bottom {
|
||||
display: table;
|
||||
}
|
||||
.flux .item {
|
||||
flex-shrink: 0;
|
||||
line-height: normal;
|
||||
padding: .3em 0;
|
||||
}
|
||||
.flux .item > a {
|
||||
white-space: normal;
|
||||
}
|
||||
.flux:not(.current):hover .item.title {
|
||||
position: relative;
|
||||
max-width: inherit;
|
||||
}
|
||||
.flux_header .title {
|
||||
flex: auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue