1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:05:55 +00:00

floating title: hide .collapse button

This commit is contained in:
Andrew Dolgov
2018-12-01 01:23:13 +03:00
parent 8971b920ce
commit 9e83fcb9f4
2 changed files with 5 additions and 1 deletions

View File

@@ -290,6 +290,10 @@ div#floatingTitle {
color : @default-text;
}
.collapse {
display : none;
}
span.titleWrap {
width : 100%;
white-space : normal;

File diff suppressed because one or more lines are too long