aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_miniature.scss
Commit message (Collapse)AuthorAgeFilesLines
* Move to sass moduleChocobozzz2021-06-281-2/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+2
|
* Add max rows to videos listChocobozzz2021-06-091-2/+5
|
* Bidi supportChocobozzz2021-06-071-5/+6
|
* Fix miniature avatar sizeChocobozzz2021-05-051-2/+1
|
* Move to stylelintChocobozzz2021-04-281-8/+6
|
* Account/channel videos display as rowsChocobozzz2021-04-011-7/+0
|
* Refactor video miniatureChocobozzz2021-04-011-132/+39
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Fix multiline ellipsisChocobozzz2021-04-011-6/+7
|
* Refactor horizontal marginsChocobozzz2021-03-311-20/+8
|
* Square channel avatar consistencyChocobozzz2021-03-311-1/+1
|
* Redesign account's channels pageChocobozzz2021-03-311-10/+31
|
* Fix play overlay iconChocobozzz2020-08-071-1/+1
|
* Handle basic playlist in embedChocobozzz2020-08-071-12/+1
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-1/+4
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* match margin of abstract-video-list and sub-menu's fixed marginRigel Kent2020-06-121-2/+2
|
* Limit thumbnail sizesChocobozzz2020-06-111-61/+62
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-25/+30
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* Fix grey color themeChocobozzz2020-05-221-2/+2
|
* Fix margin-content and miniature thumbnail width on mobile, fix media ↵Rigel Kent2020-05-011-3/+3
| | | | queries for tables above lg breakpoint
* Put box-shadow for input focus in variables, apply form-control to p-multiselectRigel Kent2020-04-031-1/+2
|
* Media queries to use variables when possibleRigel Kent2020-02-131-1/+1
|
* miniature duration visibility and overlay background opacityRigel Kent2019-12-091-1/+1
|
* search filtering improvements per #1654Rigel Kent2019-12-051-0/+1
|
* Fix video rows overflowChocobozzz2019-08-221-3/+0
| | | | In discover and account channel videos pages
* Add show channel button in account pageChocobozzz2019-07-291-2/+18
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-251-2/+2
|
* Add ability to subscribe from the channel account pageChocobozzz2019-05-291-0/+2
|
* Improve account channel pageChocobozzz2019-05-291-0/+95
| | | | | | | Set it as the default route for account page. The main goal is to better differentiate the channel page from the account page. With the channel page set as default, I hope people will better understand they are in the account page, and that this account could have multiple channels.
* No border radius for thumbnails on small screensChocobozzz2019-04-251-0/+1
|
* _miniature.scss .blur-filter from 5px blur to 20pxZig-032019-04-181-1/+1
| | | A temporary fix, until a better solution is found (maybe #1158 + #1588?), that increases the blur because right now NSFW thumbnails are way too transparent.
* Refactor video miniaturesChocobozzz2019-04-031-1/+0
|
* Set thumbnail heightChocobozzz2019-04-031-7/+8
|
* Try to fix multiline ellipsisChocobozzz2019-04-031-5/+2
| | | | some characters like "g" were cut out
* Improve abstract videos listChocobozzz2019-04-031-1/+3
| | | | Better responsive and align miniatures to the left
* Playlist support in watch pageChocobozzz2019-03-181-3/+10
|
* Playlist videos componentChocobozzz2019-03-181-7/+7
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-0/+133