app-rich-text.less 606 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
.app-rich-text {
  height: calc(100% - 10vh);

  .app-rich-text__editor {
    -webkit-touch-callout: text !important;
    -webkit-user-select  : text !important;
    -khtml-user-select   : text !important;
    -moz-user-select     : text !important;
    -ms-user-select      : text !important;

    img {
      max-width: 90%;
    }
  }

  .app-rich-text__editor__button {
    text-align: center;
    position  : absolute;
    bottom    : 0;
    width     : 100%;
    padding   : 0 1%;

    ion-button {
      width : 48%;
      margin: 1%;
    }
  }

  .ql-container {
    height: calc(100% - 65px);
  }
}