universe

Universe
git clone https://git.dasho.dev/universe.git
Log | Files | Refs | Submodules | README

iframe.css (181B)


      1 iframe.chatroom-view {
      2  display: block;
      3  width: 100%;
      4  height: calc(100vh - 100px);
      5 }
      6 
      7 iframe[name="mute-frame"] {
      8  display: block;
      9  width: 100%;
     10  height: 300px;
     11 }