tor-browser

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

style.css (163B)


      1 .flex-column {
      2  display: flex;
      3  flex-direction: column;
      4 }
      5 
      6 .dialog-box {
      7  min-height: 500px;
      8  min-width: 300px;
      9 }
     10 
     11 .input-moz-box-flex {
     12  -moz-box-flex: 1;
     13 }