Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 715 Bytes

Sidenote callout 02.md

File metadata and controls

37 lines (28 loc) · 715 Bytes

Collection

Sidenote callout 02



cover::

/*
author: FireIsGood
source: https://discord.com/channels/686053708261228577/702656734631821413/1145768722431225926
*/

:root {
  --tooltip-size: 250px;
}

.markdown-preview-view {
  container-name: page;
  container-type: inline-size;
}

@container page (width > 1200px) {
  .markdown-reading-view .callout[data-callout="epic"] {
    --p-spacing: 0;
    position: absolute;
    width: var(--tooltip-size);
    translate: calc(-1 * (var(--tooltip-size) + 1rem)) 0;
  }
}