Fix ticket ui on mobile
This commit is contained in:
parent
3ff608e4ff
commit
f11d9b4b53
1 changed files with 6 additions and 8 deletions
|
@ -150,14 +150,6 @@
|
|||
padding: 7px;
|
||||
}
|
||||
|
||||
.message .content :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.message .content :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.new-message .detail {
|
||||
padding: 8px 10px;
|
||||
}
|
||||
|
@ -175,3 +167,9 @@
|
|||
padding-top: 1.65em;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 799px) {
|
||||
.ticket-container {
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue