text/css/RichWorkspace-DAC-32ZA.chun...

2 строки
2.2 KiB
CSS

#rich-workspace[data-v-19fcb31f]{padding:0 50px;margin-bottom:-24px;text-align:left;max-height:0;transition:max-height .5s cubic-bezier(0,1,0,1);z-index:61;position:relative}.rich-workspace--preview[data-v-19fcb31f]{margin-top:var(--default-clickable-area)}.rich-workspace--preview[data-v-19fcb31f] div[contenteditable=false]{margin:0}#rich-workspace[data-v-19fcb31f]:only-child{margin-bottom:0}.empty-workspace[data-v-19fcb31f]{cursor:pointer;display:block;padding-top:43px;color:var(--color-text-maxcontrast)}#rich-workspace[data-v-19fcb31f] div[contenteditable=false]{width:100%;padding:0;background-color:var(--color-main-background);opacity:1;border:none}#rich-workspace[data-v-19fcb31f] .text-editor{height:100%;position:unset!important;top:auto!important}#rich-workspace[data-v-19fcb31f] .text-editor__wrapper{position:unset!important;overflow:visible}#rich-workspace[data-v-19fcb31f] .text-editor__main{overflow:visible!important}#rich-workspace[data-v-19fcb31f] .content-wrapper{overflow:scroll!important;max-height:calc(40vh - 50px);padding-left:10px;padding-bottom:10px}#rich-workspace[data-v-19fcb31f] .text-editor__wrapper .ProseMirror{padding:0;margin:0}#rich-workspace[data-v-19fcb31f] .table-wrapper .content tr th,#rich-workspace[data-v-19fcb31f] .table-wrapper .content tr td{flex-grow:1}#rich-workspace[data-v-19fcb31f] .table-wrapper .content tr th div{width:100%}#rich-workspace[data-v-19fcb31f] .table-wrapper .content tr th .action-item div{display:flex;justify-content:flex-end}#rich-workspace[data-v-19fcb31f] .editor__content{margin:0}#rich-workspace.focus[data-v-19fcb31f]{max-height:50vh}#rich-workspace[data-v-19fcb31f]:not(.focus){max-height:30vh;position:relative;overflow:hidden}#rich-workspace[data-v-19fcb31f]:not(.focus):not(.empty):after{content:"";position:absolute;z-index:1;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(to bottom,rgba(255,255,255,0),var(--color-main-background));width:100%;height:4em}#rich-workspace.dark[data-v-19fcb31f]:not(.focus):after{background-image:linear-gradient(to bottom,rgba(0,0,0,0),var(--color-main-background))}@media only screen and (max-width: 1024px){#rich-workspace[data-v-19fcb31f]:not(.focus){max-height:30vh}}