pub / tw2html

Checks online status of streams on twitch.tv and lets you watch them
git clone https://src.jayvii.de/pub/tw2html.git
Home | Log | Files | Exports | Refs | README | RSS

custom.css (441B)


      1 * {
      2 	scroll-behavior: smooth;
      3 }
      4 .preview {
      5 	height: auto;
      6 	width: 100%;
      7 	aspect-ratio: 16/9 !important;
      8 	margin-top: 1em;
      9 	margin-bottom: 1em;
     10 	border: 0; 
     11 }
     12 #searchbar {
     13   width: 100%;
     14 }
     15 .chatwrapper, .chatwrapper > iframe {
     16 	width: 100%;
     17 	height:100%;
     18 	min-height: 800px;
     19 	border: 0;
     20 	margin: 0px;
     21 	background-color: var(--accent);
     22 }
     23 details {
     24 	width: 100% !important;
     25 }
     26 
     27 a.button:visited,
     28 a.button:hover
     29 {
     30 	color: var(--bg) !important;
     31 }