mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-07 06:37:44 +02:00
combined mode: add a hack (?) for .titleWrap width
This commit is contained in:
parent
a201e10ee0
commit
be94a3a791
@ -1258,6 +1258,7 @@ body.ttrss_utility hr {
|
|||||||
}
|
}
|
||||||
.cdm .header .titleWrap {
|
.cdm .header .titleWrap {
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
.cdm .header .updated {
|
.cdm .header .updated {
|
||||||
color: #555;
|
color: #555;
|
||||||
|
@ -1258,6 +1258,7 @@ body.ttrss_utility hr {
|
|||||||
}
|
}
|
||||||
.cdm .header .titleWrap {
|
.cdm .header .titleWrap {
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
.cdm .header .updated {
|
.cdm .header .updated {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
@ -1258,6 +1258,7 @@ body.ttrss_utility hr {
|
|||||||
}
|
}
|
||||||
.cdm .header .titleWrap {
|
.cdm .header .titleWrap {
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
.cdm .header .updated {
|
.cdm .header .updated {
|
||||||
color: black;
|
color: black;
|
||||||
|
@ -1258,6 +1258,7 @@ body.ttrss_utility hr {
|
|||||||
}
|
}
|
||||||
.cdm .header .titleWrap {
|
.cdm .header .titleWrap {
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
.cdm .header .updated {
|
.cdm .header .updated {
|
||||||
color: #555;
|
color: #555;
|
||||||
|
@ -45,6 +45,7 @@
|
|||||||
|
|
||||||
.titleWrap {
|
.titleWrap {
|
||||||
flex-grow : 2;
|
flex-grow : 2;
|
||||||
|
width : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.updated {
|
.updated {
|
||||||
|
@ -1259,6 +1259,7 @@ body.ttrss_utility hr {
|
|||||||
}
|
}
|
||||||
.cdm .header .titleWrap {
|
.cdm .header .titleWrap {
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
.cdm .header .updated {
|
.cdm .header .updated {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
@ -1259,6 +1259,7 @@ body.ttrss_utility hr {
|
|||||||
}
|
}
|
||||||
.cdm .header .titleWrap {
|
.cdm .header .titleWrap {
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
.cdm .header .updated {
|
.cdm .header .updated {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
Loading…
Reference in New Issue
Block a user