.show {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  border: 1px solid #eee;

  .publishBtn {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px 12px;
    margin: 0 2px;
    cursor: pointer;
    background-color: #fff;
  }

  .designer {
    flex: 1;
    overflow: hidden;

    .loading {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #999;
    }

    :global {
      blockquote {
        margin-bottom: 0 !important;
      }
    }
  }
}
