aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_variables.scss
Commit message (Collapse)AuthorAgeFilesLines
* Fix scss lintChocobozzz2023-05-251-3/+3
|
* Fix button/input/select heightsChocobozzz2023-03-161-1/+0
|
* Refactoring margin and padding mixinsWicklow2023-02-201-3/+0
|
* Change bootstrap helpers and variablesWicklow2023-02-201-0/+3
|
* Remove button heightChocobozzz2023-02-201-1/+0
| | | | Prefer using padding instead
* Update client dependenciesChocobozzz2023-02-161-1/+0
|
* Prevent sass deprecated warningChocobozzz2022-10-101-1/+1
|
* Fix z-index with custom homepageChocobozzz2022-07-181-1/+1
|
* Theme fixesChocobozzz2022-06-281-1/+1
|
* Fix dropdown z-indexChocobozzz2022-06-201-2/+2
|
* Increase global font sizeChocobozzz2022-06-161-0/+3
|
* Lighter foreground font colorChocobozzz2022-06-151-2/+2
|
* Redesign register stepsChocobozzz2022-06-151-1/+4
|
* Fix notification z-index with modalsChocobozzz2022-06-101-2/+2
|
* Remove secondary color themeChocobozzz2022-06-101-4/+0
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-101-0/+1
|\
| * Fix classic select and ng select css inconsistencyChocobozzz2022-06-101-0/+1
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-101-0/+1
|/
* Some fixes for themesChocobozzz2022-03-151-0/+4
|
* Fix modal z-indexChocobozzz2022-03-021-1/+1
| | | | Should be on top of the header too
* Fix some old typing issuesChocobozzz2021-10-221-2/+1
|
* Improve admin tables responsiveChocobozzz2021-10-201-0/+2
|
* Correct privacymsg z-index to avoid hover dropdown on scrollKimsible2021-07-211-1/+2
|
* Correct z-index for title dropdown in sub-menu and dropdown hover header on ↵Kimsible2021-07-211-1/+1
| | | | scroll
* Create a dedicated component for video descriptionChocobozzz2021-06-291-0/+3
|
* Move to sass moduleChocobozzz2021-06-281-2/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+3
|
* Move to stylelintChocobozzz2021-04-281-3/+3
|
* Display banner on channel pageChocobozzz2021-04-081-1/+1
|
* Add ability to update the bannerChocobozzz2021-04-081-0/+3
|
* Responsive searchChocobozzz2021-04-011-0/+7
|
* Refactor video miniatureChocobozzz2021-04-011-4/+8
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Refactor horizontal marginsChocobozzz2021-03-311-3/+11
|
* Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-311-2/+2
|
* Redesign account's channels pageChocobozzz2021-03-311-0/+1
|
* Redesign channel pageChocobozzz2021-03-311-1/+6
|
* Upgrade client dependenciesChocobozzz2021-02-031-1/+1
|
* Use source sans 3 fontChocobozzz2021-01-131-0/+1
|
* Fix dropdowns z-indexChocobozzz2020-11-201-1/+1
|
* Put admin actions on the leftChocobozzz2020-11-161-1/+1
|
* Dropdown should be on top of everythingChocobozzz2020-11-161-1/+1
|
* Reorganize left menu and account menuChocobozzz2020-11-131-2/+3
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* Fix playlist element dropdown overflowChocobozzz2020-08-251-13/+14
|
* Fix z-index dropdown iconChocobozzz2020-08-251-2/+2
| | | | Was on top of the header
* Add abuse message management in adminChocobozzz2020-07-311-0/+1
|
* 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
|