tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

_SectionContextMenu.scss (360B)


      1 .section-context-menu {
      2  position: relative;
      3 
      4  .context-menu {
      5    /* Fix the context menu width */
      6    width: calc(4 * var(--size-item-large));
      7 
      8    /* Position the context menu on top of the card grid, below the menu button. */
      9    inset-block-start: calc( 2.5 * var(--size-item-small));
     10    inset-inline-start: calc(-6.25 * var(--size-item-small));
     11  }
     12 }