ui: hide @ mobile
This commit is contained in:
parent
7982eb054a
commit
5eac0a8469
|
@ -1,3 +1,5 @@
|
|||
@import '~/client/scss/breakpoints.scss';
|
||||
|
||||
.chat {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
|
@ -5,7 +7,11 @@
|
|||
}
|
||||
|
||||
.flexed {
|
||||
display: none;
|
||||
height: 100%;
|
||||
width: 4em;
|
||||
overflow: hidden;
|
||||
@include breakpoint(tablet) {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user