mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-24 19:33:07 +01:00
Hide prev next arrows on small screen
This commit is contained in:
parent
882478edb1
commit
17b1de0825
6
public/css/style.css
vendored
6
public/css/style.css
vendored
@ -4034,6 +4034,12 @@ a.disabled:focus {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 350px) {
|
||||
.conv-next-prev {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Mobile
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user