aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/forms/markdown-textarea.component.scss
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize client shared modulesChocobozzz2020-06-231-251/+0
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-6/+6
| | | | | | | | | | | | | | | * 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 regression scrollbar bgcolor mdtextarea maximized-modeChocobozzz2020-06-021-1/+1
| | | | By kimsible
* Fix input/textarea themesChocobozzz2020-05-201-0/+2
|
* Explicit theme colors for inputs and textareaChocobozzz2020-05-201-1/+0
|
* Fix margin-content and miniature thumbnail width on mobile, fix media ↵Rigel Kent2020-05-011-1/+1
| | | | queries for tables above lg breakpoint
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-281-15/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-101-0/+2
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-251-1/+1
|
* Video support field inherits channel support fieldChocobozzz2018-05-251-0/+1
|
* Add overflow on markdown textaeraChocobozzz2018-05-111-1/+6
|
* Add support to video support on clientChocobozzz2018-02-201-0/+1
|
* Add new name/terms/description config optionsChocobozzz2018-01-311-0/+27