aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
Commit message (Collapse)AuthorAgeFilesLines
* Fix dropdown item in RTLChocobozzz2023-05-151-0/+2
|
* Improve accessibilityChocobozzz2023-03-151-14/+6
|
* Refactor my actor avatar editChocobozzz2023-03-071-1/+1
|
* Prefer using bootstrap variableChocobozzz2023-03-011-1/+0
|
* Fix input group background colorChocobozzz2023-03-011-0/+1
|
* Fix hotkeys page themingChocobozzz2023-02-271-1/+1
|
* Fix accordion theme colorChocobozzz2023-02-271-0/+3
|
* Remove button heightChocobozzz2023-02-201-1/+2
| | | | Prefer using padding instead
* Increase theme compatibilityChocobozzz2023-02-171-1/+16
| | | | Try to use CSS variable as much as possible
* Fix menu content overlay on tabletChocobozzz2023-02-161-0/+2
|
* Prevent sass deprecated warningChocobozzz2022-10-101-26/+26
|
* Fix subscription button radiusChocobozzz2022-09-281-0/+3
|
* Upgrade client dependenciesChocobozzz2022-07-271-0/+6
|
* Theme fixesChocobozzz2022-06-281-6/+4
|
* Registration css fixesChocobozzz2022-06-281-0/+12
|
* Don't display input error in red on typingChocobozzz2022-06-161-10/+0
|
* Fix top menu opacityChocobozzz2022-06-161-2/+2
|
* Increase global font sizeChocobozzz2022-06-161-19/+19
|
* Replace all glyphicon iconsChocobozzz2022-06-131-4/+0
|
* Use bootstrap loaderChocobozzz2022-06-101-15/+1
|
* Add comments to bootstrap CSSChocobozzz2022-06-101-5/+24
|
* Remove secondary color themeChocobozzz2022-06-101-12/+0
|
* Migrate to bootstrap 5Chocobozzz2022-06-101-90/+22
|
* Fix help component z-indexChocobozzz2022-05-041-37/+0
|
* Display live info in my videosChocobozzz2022-04-201-1/+1
|
* Some fixes for themesChocobozzz2022-03-151-2/+9
|
* Fix button groupChocobozzz2022-01-031-1/+1
|
* Refactor admin pluginsChocobozzz2021-12-291-0/+28
|
* Add video filters to common video pagesChocobozzz2021-08-251-0/+1
|
* Correct privacymsg z-index to avoid hover dropdown on scrollKimsible2021-07-211-1/+1
|
* Define a z-index for dropupKimsible2021-07-211-1/+2
|
* Correct z-index for title dropdown in sub-menu and dropdown hover header on ↵Kimsible2021-07-211-1/+1
| | | | scroll
* Move to sass moduleChocobozzz2021-06-281-3/+30
|
* Move to sass @useChocobozzz2021-06-281-3/+3
|
* Bidi supportChocobozzz2021-06-071-5/+24
|
* Move to stylelintChocobozzz2021-04-281-15/+25
|
* Fix modal word breakChocobozzz2021-04-261-1/+1
|
* Refactor modal buttons styleChocobozzz2021-04-141-11/+2
|
* Change copy icon (#3867)kontrollanten2021-03-241-0/+4
| | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons
* fix: long text on modalssanchis2021-03-081-0/+1
|
* Use source sans 3 fontChocobozzz2021-01-131-1/+4
|
* restore live transcoding to live streaming tabRigel Kent2020-12-141-2/+2
|
* slightly clearer layout of transcoding configurationRigel Kent2020-12-141-0/+22
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-0/+5
|
* Fix dropdowns z-indexChocobozzz2020-11-201-1/+0
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-0/+4
|
* Fix playlist element dropdown overflowChocobozzz2020-08-251-1/+1
|
* Fix z-index dropdown iconChocobozzz2020-08-251-5/+14
| | | | Was on top of the header
* On touchscreens add content overlay for opened menu (#3088)Kim2020-08-171-0/+23
| | | | | | | | | | | | | * Overflow:hidden on touchscreen when modal-open * Do not display menu by default on touchscreens * Add content overlay on touchscreens when menu is opened * Fix zIndex overlay for search infos * On touchscreens close menu on swipe left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Avoid lost scroll position when modal openkimsible2020-08-101-2/+1
|