aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_variables.scss
Commit message (Collapse)AuthorAgeFilesLines
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 miniature fixed height, add link/title to avatar, remove pr-2 on ↵Rigel Kent2020-06-121-1/+1
| | | | channels list
* Limit thumbnail sizesChocobozzz2020-06-111-1/+0
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-1/+1
| | | | | | | | | | | | | | | * 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-1/+3
|
* Explicit theme colors for inputs and textareaChocobozzz2020-05-201-0/+4
|
* Add external login buttonsChocobozzz2020-05-041-2/+0
|
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Put box-shadow for input focus in variables, apply form-control to p-multiselectRigel Kent2020-04-031-0/+2
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-0/+3
|
* Migrate palette to HSLRigel Kent2020-03-111-5/+6
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-281-2/+5
| | | | | | | | | | | | | | * 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
* Provide z-index centralisation for lower componentsRigel Kent2020-02-211-2/+3
|
* Add notifications popover and tooltips to the z-index tableRigel Kent2020-02-181-5/+7
|
* Refactor email enabled functionChocobozzz2020-02-171-2/+2
|
* Improve search typeahead performance and use native eventsRigel Kent2020-02-131-0/+2
|
* Manage z-indexes in variablesRigel Kent2020-02-131-2/+18
|
* Cleanup some client FIXMEChocobozzz2020-01-291-1/+1
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-211-0/+3
| | | | | | * 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-1/+6
|
* Test a color for the support buttonChocobozzz2019-12-031-0/+8
|
* Add show channel button in account pageChocobozzz2019-07-291-0/+1
|
* Add more embed parametersChocobozzz2019-06-111-1/+3
|
* Set thumbnail heightChocobozzz2019-04-031-0/+1
|
* Improve abstract videos listChocobozzz2019-04-031-0/+1
| | | | Better responsive and align miniatures to the left
* Add video channel viewChocobozzz2019-03-181-0/+2
|
* Add to playlist dropdownChocobozzz2019-03-181-0/+2
|
* Increase thumbnails sizeChocobozzz2019-02-201-2/+2
|
* Refactor how we use iconsChocobozzz2019-01-171-3/+6
| | | | Inject them in an angular component so we can easily change their color
* add css custom properties for the left menuRigel Kent2018-09-131-0/+2
|
* move theme toggle icon to the rightRigel Kent2018-09-061-1/+1
|
* Fix video player theatre modeChocobozzz2018-09-061-1/+1
|
* Fix occitan labelChocobozzz2018-09-051-1/+1
|
* Put "start at" at the top of the modalChocobozzz2018-09-051-15/+1
|
* Fix watch page responsiveChocobozzz2018-09-051-0/+3
|
* add theming via css custom propertiesRigel Kent2018-09-041-2/+40
| | | | and a bonus dark color theme toggle
* add title ellipsis over two lines to miniaturesRigel Kent2018-09-031-0/+2
|
* Add features table on signupChocobozzz2018-08-281-1/+3
|
* Add local user subscriptionsChocobozzz2018-08-271-0/+2
|
* Add ability to choose the languageChocobozzz2018-06-281-0/+2
|
* Add theatre modeChocobozzz2018-06-111-0/+2
|
* Add help tooltipChocobozzz2018-02-221-0/+1
|
* Video previews take all the width on mobileChocobozzz2018-02-091-0/+3
|
* Move to angular cliChocobozzz2017-12-121-0/+29