aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include
Commit message (Collapse)AuthorAgeFilesLines
* Fix margin-content and miniature thumbnail width on mobile, fix media ↵Rigel Kent2020-05-011-3/+3
| | | | queries for tables above lg breakpoint
* Clearer font definitons via a font-face mixinRigel Kent2020-05-011-42/+19
|
* Add links from user-editRigel Kent2020-05-011-0/+2
|
* Empty states for tablesRigel Kent2020-05-011-0/+9
|
* Fix tables width, paginators, button on mobile / touchscreens (#2695)Kim2020-05-011-0/+4
|
* Make admin sub-navs, selects, buttons responsive (#2702)Kim2020-05-011-0/+23
|
* 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-272-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Rich reporter field and video embed in moderation abuse listRigel Kent2020-04-131-0/+54
|
* Align border color for peertube-checkbox with other inputsRigel Kent2020-04-101-1/+1
|
* Cleanup menu footer linksChocobozzz2020-04-081-1/+0
|
* Put box-shadow for input focus in variables, apply form-control to p-multiselectRigel Kent2020-04-033-4/+7
|
* Refactor torrent-or-magnet divider in video importRigel Kent2020-04-031-0/+23
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-022-8/+82
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-0/+82
|
* Replace p-progressbar and bootstrap progressbar with pure CSS altRigel Kent2020-03-132-3/+28
|
* More modern avatar upload, quota represented with progress barsRigel Kent2020-03-131-1/+1
|
* Migrate palette to HSLRigel Kent2020-03-112-6/+7
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-101-0/+8
|
* Normalize modal close buttons, and cancel/submit button stylesRigel Kent2020-03-061-0/+13
|
* Share modal light UI simplificationRigel Kent2020-03-061-1/+1
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-282-2/+13
| | | | | | | | | | | | | | * 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-182-9/+7
|
* Refactor email enabled functionChocobozzz2020-02-171-2/+2
|
* Improve search typeahead performance and use native eventsRigel Kent2020-02-133-4/+16
|
* Media queries to use variables when possibleRigel Kent2020-02-131-1/+1
|
* Search typeahead initial designRigel Kent2020-02-131-5/+0
|
* Manage z-indexes in variablesRigel Kent2020-02-131-2/+18
|
* Fix signup limit validator, and add warning message.Rigel Kent2020-01-311-1/+8
|
* Cleanup some client FIXMEChocobozzz2020-01-292-3/+3
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-212-1/+13
| | | | | | * Add manage buttons for own channels and account, video counts * Change manage button color and introduce secondary color
* Add extra text to button when partially subscribed to all channelsRigel Kent2020-01-101-0/+2
|
* Add checkbox focus shadows, and admin resolution descriptionsRigel Kent2020-01-061-1/+1
|
* (css) transparent buttons in watch pageRigel Kent2019-12-271-1/+6
|
* Update noscript message, reduce dropdown icon size and horizontal paddingRigel Kent2019-12-261-2/+3
|
* Improve comment tree UIChocobozzz2019-12-101-1/+2
|
* miniature duration visibility and overlay background opacityRigel Kent2019-12-091-1/+1
|
* search filtering improvements per #1654Rigel Kent2019-12-051-0/+1
|
* Test a color for the support buttonChocobozzz2019-12-031-0/+8
|
* Fix overflow when creating a channelChocobozzz2019-11-271-1/+1
|
* Fix checkbox themesChocobozzz2019-10-221-4/+4
|
* Fix avatar bad widthChocobozzz2019-09-051-0/+1
|
* Fix register checkboxChocobozzz2019-09-051-0/+1
|
* Fix video rows overflowChocobozzz2019-08-221-3/+0
| | | | In discover and account channel videos pages
* Add show channel button in account pageChocobozzz2019-07-292-2/+19
|
* Add font-displayBO412019-07-261-0/+5
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-252-3/+3
|
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-241-1/+1
|
* Add language filters in user preferencesChocobozzz2019-06-191-11/+15
|