Apesbrain wrote: 
> Ok, I guess I'm getting off this train until my next phone.  Use
> Material every day; still back on v.1.4.5 as that was the last one with
> the design I think works best for my screen size.  Thanks for all your
> hard work and for listening to everyone's feedback!

Your 'issue' can be worked-round with a custom css file. Create
'mobile.css' (for mobile), or 'desktop.css' *within* a
'material-skin/css' sub-folder of your LMS's prefs folder, containing:


Code:
--------------------
    
  .np-text:first-of-type {
  padding-top:32px;
  }
  
--------------------


...adjust 32px to suit.

If LMS is installed to '/usr/local/lms' then the path -might- be
'/usr/local/lms/prefs/material-skin/css/mobile.css'



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
2. Open browser's developer tools 3. Open console tab in developer tools
4. REQ/RESP messages sent to/from LMS will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to