FreshRSS-Extensions/xExtension-QuickCollapse/static/style.rtl.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

11 lines
170 B
CSS

#toggle-collapse .uncollapse {
display: none;
}
#toggle-collapse.collapsed .collapse {
display: none;
}
#toggle-collapse.collapsed .uncollapse {
display: inherit;
}