Jacky Zhao
2022-04-06 12ed9722d80e2ae517ac0face184339f07ae10fd
fix: popover selection wrongly including line breaks
2 files modified
10 ■■■■■ changed files
assets/styles/base.scss 10 ●●●●● patch | view | raw | blame | history
static/icon.png patch | view | raw | blame | history
assets/styles/base.scss
@@ -505,9 +505,17 @@
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition-delay: 0.3s;
  transition-delay: 0.1s;
  user-select: none;
  & > * {
    display: none;
  }
  &.visible > * {
    display: inline-block;
  }
  @media all and (max-width: 600px) {
    display: none;
  }
static/icon.png