This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 💄 Improvements to feed items * 💄 Overlay for thumbnail when playing or downloading * 💄 Further UI improvements Moved scroll bar to the right and changed the foreground color. * 💄 Fix highlighting overflowing from list item * 🐛 Bug fixes * 🐛 Fix transition
- Loading branch information
1 parent
d614993
commit e9612d0
Showing
9 changed files
with
268 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.osd { | ||
/* The osd above the thumbnails are not rounded by default */ | ||
border-radius: 6pt; | ||
} | ||
|
||
/* For the feed list, the default view class overwrites the card-color. Undo that */ | ||
.feed-list { | ||
background-color: @card_bg_color; | ||
color: @card_fg_color; | ||
} | ||
|
||
.feed-list row { | ||
transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.