summaryrefslogtreecommitdiff
path: root/themes/compact_base.less
blob: b3b48802b2ba744c710213c00d2a4af0d0566c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* rules specific to compact.css */

body.ttrss_main.ttrss_index.flat {

  #feedTree.dijitTree .dijitTreeLabel {
    font-size : 13px ! important;
  }

  .dijitMenu .dijitMenuItemLabel,
  .content-inner,
  #content-insert,
  .cdm .content,
  .post .content {
    font-size : 12px ! important;
  }

  div[id*=RROW] {
    i.material-icons {
      font-size: 18px;
    }
  }

  .hl,
  .post .header .title,
  .cdm .title {
    font-size : 13px ! important;
  }


}