mobile browsers are pain

makes the chat box actually show up on chrome/firefox on android
This commit is contained in:
Ashhhleyyy 2023-04-12 14:47:53 +01:00
parent e6d09b14c5
commit 271c40e2c4
Signed by: ash
GPG key ID: 83B789081A0878FB
3 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
<meta charset="utf-8" />
<title>watch party :D</title>
<link rel="stylesheet" href="/styles.css?v=4b61c4" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>

View file

@ -5,6 +5,7 @@
<title>watch party :D</title>
<link rel="stylesheet" href="/lib/plyr-3.7.3.css" />
<link rel="stylesheet" href="/styles.css?v=4b61c4" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>

View file

@ -421,7 +421,6 @@ input[type="color"]::-webkit-color-swatch-wrapper {
}
#chatbox-container {
height: 100vh !important;
flex-grow: 0;
}