mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Show 'To Top' and 'Fullscreen' buttons only on mouse-hover (close #1501)
This commit is contained in:
parent
c7aa07506e
commit
8ce5e86b04
2 changed files with 35 additions and 10 deletions
|
|
@ -342,6 +342,8 @@ class AbstractApp extends AbstractBoot
|
|||
|
||||
if (!mobile)
|
||||
{
|
||||
$html.addClass('rl-desktop');
|
||||
|
||||
ssm.addState({
|
||||
id: 'mobile',
|
||||
query: '(max-width: 767px)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue