aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
Commit message (Collapse)AuthorAgeFilesLines
* StylingChocobozzz2023-02-211-6/+6
|
* Fix class helpers removed styleChocobozzz2023-02-212-5/+7
|
* Fix angular build, againChocobozzz2023-02-203-3/+1
| | | | Maybe a bug in the sass loader
* Refactoring margin and padding mixinsWicklow2023-02-204-13/+35
|
* Fix basic linter issuesWicklow2023-02-207-7/+7
|
* Refactoring accounts component styleWicklow2023-02-201-9/+8
|
* Change bootstrap helpers and variablesWicklow2023-02-205-41/+11
|
* Refactoring class helpers + add bootstrap mixinsWicklow2023-02-209-306/+361
|
* Remove button heightChocobozzz2023-02-203-6/+4
| | | | Prefer using padding instead
* Fix buttons CSSChocobozzz2023-02-201-5/+3
|
* Increase theme compatibilityChocobozzz2023-02-173-10/+42
| | | | Try to use CSS variable as much as possible
* Fix button height when the icon is wrappedChocobozzz2023-02-171-1/+1
|
* Fix menu content overlay on tabletChocobozzz2023-02-161-0/+2
|
* Update client dependenciesChocobozzz2023-02-161-1/+0
|
* Correctly fix table column widthsChocobozzz2023-02-151-1/+4
|
* Use pvar() instead of SCSS variablesBooteille2023-02-081-2/+2
|
* Implement signup approval in clientChocobozzz2023-01-194-26/+24
|
* Fix table column widthsChocobozzz2023-01-111-0/+1
|
* Merge branch 'release/5.0.0' into developChocobozzz2022-12-301-1/+6
|\
| * Fix table pagination responsiveChocobozzz2022-12-301-1/+6
| |
* | Add back to live featureChocobozzz2022-12-201-2/+19
|/
* Fix player error modal sizeChocobozzz2022-12-022-6/+4
|
* Don't use opional @extendsChocobozzz2022-11-244-20/+41
| | | | Not robust at all
* Fix horizontal overflow on rtl languagesChocobozzz2022-10-311-1/+4
|
* Fix sass function conflictsChocobozzz2022-10-101-3/+3
|
* Fix peers info width in liveChocobozzz2022-10-101-1/+0
|
* Add '...' after the truncated video nameChocobozzz2022-10-101-0/+1
|
* Prevent sass deprecated warningChocobozzz2022-10-104-29/+29
|
* Fix subscription button radiusChocobozzz2022-09-281-0/+3
|
* Handle network issues in video player (#5138)kontrollanten2022-09-283-2/+38
| | | | | | | | | | | | | | * feat(client/player): handle network offline * feat(client/player): human friendly err msg * feat(client/player): handle broken resolutions When an error occurs for a resolution, remove the resolution and try with another resolution. * fix(client/player): prevent err handl when offline * fix(client/player): localize offline text
* Upgrade client dependenciesChocobozzz2022-07-272-2/+6
|
* Fix z-index with custom homepageChocobozzz2022-07-182-4/+4
|
* Rename not fount page to error pageChocobozzz2022-07-082-0/+15
|
* Put instance name in embed buttonChocobozzz2022-06-281-2/+17
|
* Theme fixesChocobozzz2022-06-286-14/+28
|
* Registration css fixesChocobozzz2022-06-283-3/+17
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-241-0/+1
|\
* | Reduce form error font sizeChocobozzz2022-06-201-5/+6
| |
* | Handle input error in custom input textChocobozzz2022-06-201-1/+7
| |
* | Handle input error in markdown textareaChocobozzz2022-06-201-3/+11
| |
* | Fix dropdown z-indexChocobozzz2022-06-202-5/+5
| |
* | Don't display input error in red on typingChocobozzz2022-06-162-12/+6
| |
* | Cleanup title-page CSSChocobozzz2022-06-162-18/+33
| |
* | Fix top menu opacityChocobozzz2022-06-162-3/+3
| |
* | Increase global font sizeChocobozzz2022-06-1610-59/+56
| |
* | Move alert into to pt-alert-primaryChocobozzz2022-06-151-4/+0
| |
* | Improve login page UIChocobozzz2022-06-151-2/+12
| |
* | Remove duplicated hidden attributeChocobozzz2022-06-151-4/+0
| |
* | Lighter foreground font colorChocobozzz2022-06-151-2/+2
| |
* | Redesign register stepsChocobozzz2022-06-155-4/+59
| |