Commit graph

118 commits

Author SHA1 Message Date
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
Sean Yesmunt
acda4022a3 remove max-width on search input 2018-06-25 11:20:51 -04:00
Sean Yesmunt
00f97259e2 change header height back to 60px 2018-06-25 02:53:13 -04:00
Sean Yesmunt
1f0d59c444 improve spacing on file page 2018-06-25 02:48:27 -04:00
Sean Yesmunt
218a328cac add back fixed header 2018-06-25 02:07:45 -04:00
Electron - Mark Firth
f952719bb0
Spell Checker CSS Style Changes
These changes follow typical styling for spelling errors in most applications which means people are familiar with them which avoids confusion. The changes also mean that the incorrect spelling style is more visible especially in the Dark theme where it was almost impossible to see.
2018-06-25 01:27:34 +10:00
Sean Yesmunt
1c7d0165dc fix pagination hover cursor 2018-06-21 14:32:16 -04:00
Sean Yesmunt
066bcefb6f
Merge pull request #1659 from lbryio/publish-fix
Block pointer events of disabled cards
2018-06-20 23:50:17 -04:00
btzr-io
b49428b76b improve disabled form-field style 2018-06-20 20:22:13 -06:00
btzr-io
68d766e670 block pointer events of disabled cards #1456 2018-06-20 17:27:35 -06:00
Sean Yesmunt
5fd72af0f8 fix: stick autocomplete 2018-06-20 18:58:55 -04:00
Sean Yesmunt
4ac9c87162 move price badge/icons to right edge on file page 2018-06-20 01:34:55 -04:00
seanyesmunt
52c0caaa4a auto margin for main container 2018-06-20 00:55:48 -04:00
Sean Yesmunt
b42f86d0fb update card title size/spacing 2018-06-20 00:49:20 -04:00
Sean Yesmunt
da96f28794 improve file page ux 2018-06-20 00:49:20 -04:00
Sean Yesmunt
6be2388620 simplify autocomplete ux 2018-06-20 00:49:20 -04:00
Sean Yesmunt
3ad8feb025 fix: weird media query behavior with overlapping rules 2018-06-19 16:22:42 -04:00
Sean Yesmunt
f0930d8dcf decrease card text size 2018-06-18 12:34:35 -04:00
Sean Yesmunt
074c00b88b change max width to 1000px 2018-06-18 12:30:24 -04:00
Sean Yesmunt
c3209af31c change large breakpoint size 2018-06-18 12:26:04 -04:00
Sean Yesmunt
bfc81e8894 fix aspect ratio on search page and increase height 2018-06-18 02:34:46 -04:00
seanyesmunt
68178f5b17 fix hover color on balance label 2018-06-18 02:08:35 -04:00
seanyesmunt
ed81142f88 handle displaying content on larger screens better 2018-06-18 02:08:35 -04:00
Sean Yesmunt
6f4734b518 change prop name to describe where it should be used, not how it looks 2018-06-15 16:47:18 -04:00
Sean Yesmunt
1d8d338629 add toggle style for autoplay 2018-06-15 16:11:02 -04:00
Sean Yesmunt
e4a7b85d02 fix no thumbnail style on search page 2018-06-15 13:18:15 -04:00
Sean Yesmunt
ae93a0d95d
Merge pull request #1587 from lbryio/css-fixes
CSS fixes
2018-06-14 16:33:38 -04:00
Sean Yesmunt
d57b9584c1 address PR comments 2018-06-14 16:10:50 -04:00
Sean Yesmunt
f84242b688
Merge pull request #1582 from lbryio/qr-code
add togglable QR code to wallet address component
2018-06-14 02:25:05 -04:00
Sean Yesmunt
4379bca73e move subscription to it's own row to avoid overlap issues 2018-06-13 17:07:19 -04:00
Sean Yesmunt
d5ecf797fd add 'beta' tag on splash screen 2018-06-13 16:54:16 -04:00
Sean Yesmunt
422dd25949 add thumbnail fallback for non-playable content 2018-06-13 16:32:38 -04:00
Travis Eden
f6ed24a1d6 add qr-code border 2018-06-13 14:30:42 -04:00
Sean Yesmunt
02a9139ddd
Merge pull request #1569 from amitnndn/master
Adding ability to view logs and open log directory
2018-06-13 12:37:54 -04:00
Travis Eden
a2a12ef6cd add togglable QR code to wallet address component 2018-06-13 11:19:41 -04:00
Sean Yesmunt
ee42e5e1b4 alignment fixes 2018-06-13 01:20:53 -04:00
Sean Yesmunt
20b2484cf2 remove fixed header - allow the whole page to scroll 2018-06-13 00:37:21 -04:00
Sean Yesmunt
72401ca960
Merge pull request #1573 from lbryio/md
Fix markdown preview in publish page
2018-06-10 21:47:12 -04:00
btzr-io
151ad9062c tidy up 2018-06-10 16:32:30 -06:00
Amit Nandan P
aa493f997b #741 Fixing content address extending outside of visible area in card 2018-06-10 17:13:11 -05:00
Daniela Narvaez
3c235a62e3 Only show pointer on thumbnails and videos 2018-06-08 19:21:04 -03:00
Daniela Narvaez
8c0de635ff Show hand pointer when hovering over anywhere on video thumbnail and when the video is paused or playing. 2018-06-08 17:09:51 -03:00
Daniela Narvaez
e589571c6b Adds pointer on hover for video thumbnail 2018-06-08 15:48:42 -03:00
Sean Yesmunt
93a2b6f9e6 minor style changes 2018-06-06 02:13:26 -04:00
Mark Beamer Jr
8be48a84cf Made changes recommended on PR review. 2018-06-06 01:32:52 -04:00
Mark Beamer Jr
2dd6529d82 -Added description and changed css so the search screen is more presentable to the user. 2018-06-06 01:32:36 -04:00
Baltazar Gomez
bb9e4e218d
Merge branch 'master' into md-fix 2018-06-01 11:32:05 -06:00
btzr-io
6c91e8cbf2 fix markdown preview on publish page 2018-05-30 12:12:54 -06:00
btzr-io
6443598d17 fix new lines on markdown preview 2018-05-29 21:08:37 -06:00