tor-browser

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

min-height-in-flex-ref.html (186B)


      1 <!DOCTYPE HTML>
      2 <style>
      3 
      4 select, select::picker(select) {
      5  appearance: base-select;
      6 }
      7 select::picker-icon {
      8  font-size: 60px;
      9 }
     10 
     11 </style>
     12 
     13 <select>
     14  <option>Option</option>
     15 </select>