aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
Commit message (Collapse)AuthorAgeFilesLines
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-222-3/+10
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* factorize account/server blocklists for users and instance (#2875)Rigel Kent2020-06-152-9/+2
|
* 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
|
* fix miniature fixed height, add link/title to avatar, remove pr-2 on ↵Rigel Kent2020-06-121-1/+1
| | | | channels list
* add keyboard navigation for video actions (#2854)Caroline Chuong2020-06-111-0/+5
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Limit thumbnail sizesChocobozzz2020-06-113-63/+63
|
* smaller miniature average size in fluid grid, updated admin instructions for ↵Rigel Kent2020-06-101-1/+7
| | | | global search
* change focus color instead of opacity of video play button (#2845)Caroline Chuong2020-06-091-2/+3
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-0910-131/+154
| | | | | | | | | | | | | | | * 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 duplicate id in svg, empty alt in base emailRigel Kent2020-06-041-11/+11
|
* Fix grey color themeChocobozzz2020-05-224-7/+11
|
* Fix action button icons themeChocobozzz2020-05-222-0/+4
|
* Fix notification with dark themeChocobozzz2020-05-221-0/+1
|
* Fix input/textarea themesChocobozzz2020-05-203-2/+5
|
* Fix dropdown menu overflowChocobozzz2020-05-201-0/+2
|
* Explicit theme colors for inputs and textareaChocobozzz2020-05-203-0/+10
|
* Fix sort icons in tableChocobozzz2020-05-201-5/+5
|
* Fix regression my-account menu overflow-x on screen width < 800px (#2707)Kim2020-05-111-0/+6
| | | | | | | | | | | | | | * Fix: correct my-account menu overflow-x on touchscreens * Add menuLeftDisplayed support for account-sub-menu * Handle menu in screen service + clean top-menu-dropdown * Add comment on menuWidth menu service to allow backtracking Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Remove dots for long texts in multilineChocobozzz2020-05-101-25/+0
| | | | It's confusing, as we don't understand what are these dots: http://lutim.cpy.re/1AkiPBVf.png
* Fix textarea sizeChocobozzz2020-05-051-1/+1
|
* Increase size of username/display name in admin users listChocobozzz2020-05-051-3/+2
|
* Add external login buttonsChocobozzz2020-05-041-2/+0
|
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-043-6/+43
| | | | search query param dynamically
* Switching to a named filters/single input on video-abuseRigel Kent2020-05-042-2/+22
|
* Fix margin-content and miniature thumbnail width on mobile, fix media ↵Rigel Kent2020-05-013-18/+20
| | | | queries for tables above lg breakpoint
* Clearer font definitons via a font-face mixinRigel Kent2020-05-011-42/+19
|
* Add links from user-editRigel Kent2020-05-011-0/+2
|
* Empty states for tablesRigel Kent2020-05-011-0/+9
|
* Increase rows per page, add reporter muting for abuse listRigel Kent2020-05-011-0/+10
|
* Fix tables width, paginators, button on mobile / touchscreens (#2695)Kim2020-05-014-9/+80
|
* Make admin sub-navs, selects, buttons responsive (#2702)Kim2020-05-012-0/+37
|
* Fix select width on view < 800pxkimsible2020-04-301-1/+2
|
* Apply the fix to both expanded and not expanded, using conventionRigel Kent2020-04-301-10/+12
|
* Use same styles on full or not until lg screenkimsible2020-04-301-12/+10
|
* Fix width content with menu from 500px to 800pxkimsible2020-04-301-0/+6
|
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-282-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix broken views on mobile and small screens (#2671)Kim2020-04-273-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix mobile CSS for my-account-settings * Fix mobile CSS for my-account-videos * Fix mobile CSS my-account-video-channels * Fix mobile CSS for my-account-playlists * Fix CSS mobile for user-subscriptions header * Fix CSS mobile my-account-video-channel-edit * Fix CSS mobile / small view for textarea * Fix margin-right my-delete-button on inside span * Fix CSS mobile on accounts page * Fix indent * Fix CSS mobile for my-account-notifications * Fix CSS mobile / small view my-account-videos * Fix search small-view channels * Use miniature width for title of video on mobile * Add dots to ellipsis multilines * Fix controls and title video width small views * Fix my-account-playlist small and mobile views * Fix channels header + account header mobile * Fix CSS mobile/small view for my-account/subscriptions * Fix align followers channel item * Center header elements user account page on mobile * Fix margins on a element and img * Fix margin img channel or video Co-Authored-By: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Rich reporter field and video embed in moderation abuse listRigel Kent2020-04-131-0/+54
|
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-132-11/+34
| | | | for index url
* Improve from-now pipe readabilityRigel Kent2020-04-111-0/+5
|
* Prevent torrent indicators in player to overflow with small sizesRigel Kent2020-04-101-0/+1
|
* Align border color for peertube-checkbox with other inputsRigel Kent2020-04-101-1/+1
|
* Cleanup menu footer linksChocobozzz2020-04-081-1/+0
|
* Improve channel and account display on medium devicesRigel Kent2020-04-032-5/+19
|
* Put box-shadow for input focus in variables, apply form-control to p-multiselectRigel Kent2020-04-035-6/+24
|
* Refactor torrent-or-magnet divider in video importRigel Kent2020-04-031-0/+23
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-024-8/+101
|
* More discrete close icon for toastRigel Kent2020-04-021-8/+8
|
* Remove deprecated NgbTabsetModule moduleChocobozzz2020-04-011-10/+4
|