Added chat tab on mobile layouts and other changes to mobile UI
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
width: clamp(5vw, 90px, 120px);
|
||||
height: clamp(5vw, 90px, 120px);
|
||||
width: clamp(4rem, 10vw, 120px);
|
||||
height: clamp(4rem, 10vw, 120px);
|
||||
border-radius: 50%;
|
||||
border-width: 3px;
|
||||
border-style: solid;
|
||||
|
||||
Reference in New Issue
Block a user