Skip to content

Commit dfb30a7

Browse files
committed
refactor: nativejs
1 parent cf61802 commit dfb30a7

File tree

2 files changed

+236
-211
lines changed

2 files changed

+236
-211
lines changed

frontend/views/examples/conference/css/main.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ input[type='text'] {
3535
vertical-align: top;
3636
}
3737

38+
#create-wrap {
39+
overflow: hidden;
40+
max-height: 200px;
41+
transition: all 0.3s ease-out;
42+
}
43+
44+
#create-wrap.slideup {
45+
max-height: 0;
46+
}
47+
3848
/********************************************
3949
Below room style
4050
*********************************************/

0 commit comments

Comments
 (0)