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 |
|