tor-browser

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

dialog.css (241B)


      1 .pseudodialog {
      2    position: absolute;
      3    top: 0;
      4    right: 0;
      5    bottom: 0;
      6    left: 0;
      7    width: fit-content;
      8    height: fit-content;
      9    margin: auto;
     10    border: solid;
     11    padding: 1em;
     12    background: white;
     13    color: black;
     14 }