ttrss/themes/compact.less

31 lines
481 B
Plaintext
Raw Normal View History

@import "../css/default.css";
body.ttrss_main.ttrss_index.flat {
2018-12-06 12:54:51 +01:00
#feedTree.dijitTree .dijitTreeLabel {
font-size : 13px ! important;
}
.dijitMenu .dijitMenuItemLabel,
.content-inner,
#content-insert,
.cdm .content,
.post .content {
font-size : 12px ! important;
}
div[id*=RROW] {
2018-12-21 06:39:04 +01:00
i.material-icons {
font-size: 18px;
}
}
.hl,
.post .header .title,
#floatingTitle a.title,
.cdm .title {
font-size : 13px ! important;
}
}