mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Added support for smaller screens (if needed)
This commit is contained in:
parent
e2bf6fd6a4
commit
7473b493c1
2 changed files with 2 additions and 5 deletions
|
@ -3,7 +3,8 @@
|
|||
@nzbdronePurple: #7932ea;
|
||||
@droneTeal: #35c5f4;
|
||||
|
||||
//@tn: ~'(max-width: @{screen-tn-max})';
|
||||
@screen-tn-max: @screen-xs-min - 1;
|
||||
@tn: ~'(max-width: @{screen-tn-max})';
|
||||
@xs: ~'(min-width: @{screen-xs-max}) and (max-width: @{screen-xs-max})';
|
||||
@sm: ~'(min-width: @{screen-sm-min}) and (max-width: @{screen-sm-max})';
|
||||
@md: ~'(min-width: @{screen-md-min}) and (max-width: @{screen-md-max})';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue