This commit is contained in:
kron
2025-07-14 14:25:37 +08:00
parent cde905c680
commit e685383581
2 changed files with 57 additions and 53 deletions

View File

@@ -148,7 +148,6 @@ const onCreateRoom = async () => {
.create-room > image:first-of-type {
position: absolute;
width: 100%;
border-radius: 50%;
}
.create-room > view {
margin: 0 30px;
@@ -160,6 +159,7 @@ const onCreateRoom = async () => {
.create-room > view > image:first-child {
width: 18vw;
transform: translateX(40%);
border-radius: 50%;
}
.create-room > view > image:nth-child(2) {
width: 36vw;