lbry-desktop/src/renderer/scss
Electron - Mark Firth c68eaba650
Only Affects Help Table
table.table--help {
  td:nth-of-type(1) {
    color: var(--text-color);
    font-family: 'metropolis-semibold';
    min-width: 130px;
  }
    td:nth-of-type(2) {
/*Tourniquets text over 20VW*/
    max-width: 20vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
2018-06-27 01:21:30 +10:00
..
component Only Affects Help Table 2018-06-27 01:21:30 +10:00
_gui.scss add back fixed header 2018-06-25 02:07:45 -04:00
_reset.scss implement app redesign 2018-03-26 14:32:43 -07:00
_vars.scss change header height back to 60px 2018-06-25 02:53:13 -04:00
all.scss add toggle style for autoplay 2018-06-15 16:11:02 -04:00