Added chat tab on mobile layouts and other changes to mobile UI

This commit is contained in:
t1enne
2022-07-08 09:10:18 +02:00
parent d47084f257
commit ffc73f2760
20 changed files with 183 additions and 146 deletions

View File

@@ -4,8 +4,8 @@
justify-content: center;
width: max-content;
svg {
width: 50px;
height: 50px;
width: clamp(2.5rem, 8vw, 50px);
height: clamp(2.5rem, 8vw, 50px);
}
}
@@ -14,15 +14,15 @@
border-radius: 50%;
background-color: var(--color-owncast-gray-100);
svg {
width: 40px;
height: 40px;
width: clamp(2rem, 7vw, 40px);
height: clamp(2rem, 7vw, 40px);
}
}
.simple {
background-color: transparent;
svg {
width: 50px;
height: 50px;
width: clamp(2.5rem, 8vw, 50px);
height: clamp(2.5rem, 8vw, 50px);
}
}