aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix expanded margin content css var unappliedkimsible2020-08-111-3/+3
|
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-111-14/+21
| | | | broadcast-message
* Remove smooth scroll behaviourChocobozzz2020-08-101-4/+0
| | | | It's not adapted to a SPA because the scroll is updated when we change page
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-101-1/+5
| | | | | | | | | | | | | * Add anchors setting and handle offset with sub-meu * Use PeerTube scroll logic * Add anchor for top my-settings * Improve scroller with smooth behavior and css offset * Fix anchor position when using history navigation Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Correctly fix sub menuChocobozzz2020-08-101-4/+11
|
* Add buttons in playlist pageChocobozzz2020-08-101-0/+1
| | | | To delete/edit/share the playlist
* Fix playlist layout on mobileChocobozzz2020-08-101-10/+9
|
* Fix loading bar colorChocobozzz2020-08-071-1/+0
|
* Upgrade to angular 10Chocobozzz2020-08-071-1/+1
|
* Fix about page layout with fixed submenuChocobozzz2020-08-031-1/+1
|
* Add abuse message management in adminChocobozzz2020-07-311-0/+1
|
* adapt notifications buttons for small screensRigel Kent2020-07-291-1/+1
|
* correct regressions on sub-menu for account and admin (#3004)Kim2020-07-241-1/+9
|
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-231-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix: disable vertical scroll instead of hide on desktop browserskimsible2020-07-231-0/+4
|
* factorize account/server blocklists for users and instance (#2875)Rigel Kent2020-06-151-0/+2
|
* add keyboard navigation for video actions (#2854)Caroline Chuong2020-06-111-0/+5
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-12/+12
| | | | | | | | | | | | | | | * 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-0/+2
|
* Fix action button icons themeChocobozzz2020-05-221-0/+2
|
* Fix input/textarea themesChocobozzz2020-05-201-0/+1
|
* Explicit theme colors for inputs and textareaChocobozzz2020-05-201-0/+2
|
* 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>
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-041-0/+5
| | | | search query param dynamically
* Fix margin-content and miniature thumbnail width on mobile, fix media ↵Rigel Kent2020-05-011-5/+5
| | | | queries for tables above lg breakpoint
* Fix tables width, paginators, button on mobile / touchscreens (#2695)Kim2020-05-011-2/+36
|
* Make admin sub-navs, selects, buttons responsive (#2702)Kim2020-05-011-0/+14
|
* 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-281-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-271-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Improve channel and account display on medium devicesRigel Kent2020-04-031-5/+2
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-0/+2
|
* Replace p-progressbar and bootstrap progressbar with pure CSS altRigel Kent2020-03-131-0/+1
|
* Fix margins/widths with top-menu and main-col on small screensRigel Kent2020-03-131-1/+6
|
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-111-0/+5
|
* Migrate palette to HSLRigel Kent2020-03-111-4/+4
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-101-0/+10
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-281-0/+1
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Improve search typeahead performance and use native eventsRigel Kent2020-02-131-2/+3
|
* Media queries to use variables when possibleRigel Kent2020-02-131-1/+1
|
* Gracefully downsize search bar for mobile devicesRigel Kent2020-02-131-0/+5
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-1/+1
|
* Fix user dropdown menu with long textsRigel Kent2020-02-121-0/+9
| | | | closes #2480
* Cleanup some client FIXMEChocobozzz2020-01-291-22/+2
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-211-0/+1
| | | | | | * Add manage buttons for own channels and account, video counts * Change manage button color and introduce secondary color
* (css) transparent buttons in watch pageRigel Kent2019-12-271-2/+4
|
* respect video history on explicit playlist clickRigel Kent2019-12-181-1/+1
| | | | | | | also correct font-weight for .title-page-single, and tooltip dynamic text for playlist loop button. fixes #1889