aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
Commit message (Collapse)AuthorAgeFilesLines
* Fix peertube container in markdown previewChocobozzz2021-06-291-0/+2
|
* Move to sass moduleChocobozzz2021-06-281-3/+2
|
* Move to sass @useChocobozzz2021-06-281-8/+8
|
* Bidi supportChocobozzz2021-06-071-17/+17
|
* Fix mask-image propertyChocobozzz2021-05-071-1/+20
| | | | Needed by chrome
* Move to stylelintChocobozzz2021-04-281-22/+35
|
* Move player style in watch componentChocobozzz2021-04-141-5/+0
|
* Increase videos grid margins on desktopChocobozzz2021-04-011-1/+5
|
* Refactor video miniatureChocobozzz2021-04-011-3/+12
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Refactor horizontal marginsChocobozzz2021-03-311-112/+49
|
* Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-311-3/+3
|
* Add support button in channel pageChocobozzz2021-03-311-18/+2
|
* Redesign channel pageChocobozzz2021-03-311-5/+20
|
* refactor noscript/incompatible browser messages (#3684)Cadence Ember2021-02-031-5/+5
| | | | | also align noscript and incompatible browser styles Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Fix ng select themeChocobozzz2021-01-201-1/+1
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-041-1/+2
|
* Fix themes colors by using SCSS variables (#3376)Mathieu Brunot2020-11-301-1/+2
| | | | | | | | | * :lipstick: Use foreground var for code * :lipstick: Use submenu var color * :lipstick: Use foreground var color for menu * :bug: Fix var used in menu
* Upgrade client dependenciesChocobozzz2020-11-191-1/+1
| | | | Migrate removed primeng theme to custom CSS
* Fix global loading bar in clientChocobozzz2020-11-091-0/+4
|
* Add warning below live stream key fieldChocobozzz2020-11-091-0/+7
|
* Fix playlist element dropdown overflowChocobozzz2020-08-251-1/+1
|
* Refactor popover markdown, add code stylekimsible2020-08-141-0/+10
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-0/+1
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* 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
|