FreshRSS-Extensions/xExtension-TitleWrap/static/title_wrap.css
Alexandre Alapetite b49596818c
Add PHPStan and other quality checks
Similar to FreshRSS core
Contributes to https://github.com/FreshRSS/Extensions/issues/184
2023-11-23 22:41:09 +01:00

26 lines
323 B
CSS

.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;
}