Added chat tab on mobile layouts and other changes to mobile UI
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user