Commit graph

28 commits

Author SHA1 Message Date
ポール ウェッブ
a14ecf0e8d Fixed dark mode issues 2018-10-22 12:30:16 -04:00
ポール ウェッブ
6bc6ee3d4f Replaced Metropolis with Inter UI 2018-10-22 12:30:16 -04:00
ポール ウェッブ
2a3491013b Second refactor pass 2018-10-22 12:30:15 -04:00
ポール ウェッブ
ca35e1f15d Replacing existing colors with npm module, and refactoring Sass 2018-10-22 12:30:15 -04:00
Sean Yesmunt
9c74cd7f64 general css fixes 2018-10-04 00:11:08 -04:00
btzr-io
61a2131878 revert top-bottom padding 2018-09-07 10:12:46 -04:00
btzr-io
f34371a955 fix table padding 2018-09-07 10:12:46 -04:00
Sean Yesmunt
151d78f1c0
Merge branch 'master' into user-history 2018-09-04 13:28:51 -04:00
Sean Yesmunt
4108e7fdcf fix select/unselect 2018-09-04 13:18:11 -04:00
Sean Yesmunt
cd010b97c4 add email management link 2018-09-01 20:05:28 -04:00
Sean Yesmunt
a782f817f1 style history table 2018-08-30 23:45:49 -04:00
Sean Yesmunt
d01b893a68 add UserHistory component 2018-08-30 01:11:05 -04:00
Sean Yesmunt
adaec74e78 move tourniquet style to button 2018-07-02 18:22:59 -04:00
Sean Yesmunt
f2b49cb4e8 move max-width styling to table instead of button 2018-07-02 18:04:33 -04:00
Electron - Mark Firth
82bb20f63d
2nd Column Lost it's Colour
When the new code was added the `var(--color-help)` was lost and it defaulted back to **brash white**. This adds the `var(--color-help)` back in.
2018-06-27 21:22:14 +10:00
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
Electron - Mark Firth
689fe25a72
Tourniquets Text Over 20VW to Fix Table Length Issue
Same CSS fix as https://github.com/lbryio/lbry-app/pull/1692
2018-06-26 23:40:44 +10:00
btzr-io
151ad9062c tidy up 2018-06-10 16:32:30 -06:00
btzr-io
6c91e8cbf2 fix markdown preview on publish page 2018-05-30 12:12:54 -06:00
btzr-io
b51d87fb01 fix markdown table styles 2018-05-06 23:13:30 -06:00
Sean Yesmunt
926eb7456c fix: table width styling 2018-04-23 01:33:06 -04:00
btzr-io
ccd968bbf5 implement new dark theme 2018-04-17 02:27:24 -04:00
Sean Yesmunt
3edd660f77 implement app redesign 2018-03-26 14:32:43 -07:00
liamcardenas
0c833a727e Formatted whole app 2018-03-08 23:06:15 -08:00
Igor Gassmann
7cd25e777a Pretty print and lint non-component sources 2017-12-21 18:00:33 -03:00
Igor Gassmann
3032736026 attempt to fix restructuring branch 2017-11-27 18:48:45 -05:00
Jeremy Kauffman
3a0ffb312a
Revert "Update file structure to follow electron-webpack guidelines" 2017-11-24 16:36:10 -05:00
Igor Gassmann
dbf0fae552 Update file structure to follow electron-webpack guidelines 2017-11-24 11:31:05 -03:00
Renamed from ui/scss/component/_table.scss (Browse further)