mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
move chat input on small screens
This commit is contained in:
parent
feac3cc959
commit
ec03987c27
@ -10,6 +10,14 @@
|
||||
padding-right: 10px;
|
||||
width: 100%;
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
bottom: 70px;
|
||||
left: calc(100% / 3);
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
@ -14,6 +14,11 @@
|
||||
|
||||
#toolbar-chat-input-container {
|
||||
margin: 0 10px;
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
width: 0px;
|
||||
height: 0px
|
||||
}
|
||||
}
|
||||
|
||||
.navigation-items {
|
||||
|
Loading…
Reference in New Issue
Block a user