diff --git a/app/client/app.less b/app/client/app.less index e66929e..19a102c 100644 --- a/app/client/app.less +++ b/app/client/app.less @@ -2,13 +2,20 @@ padding: 40px 15px; text-align: center; } - .controller_selection { padding-top: 10px; } - -#bucket_image { - width: 50%; - cursor: pointer; +@media all and (orientation: portrait) { + #bucket_image { + width: 90%; + cursor: pointer; + } +} + +@media all and (orientation: landscape) { + #bucket_image { + width: 40%; + cursor: pointer; + } } diff --git a/app/client/settings.html b/app/client/settings.html index b56133a..0bb57c1 100644 --- a/app/client/settings.html +++ b/app/client/settings.html @@ -8,88 +8,88 @@
- Automatsko zaljevanje: {{ pretty_days config.automaticDaysOfWeek }} {{ pretty_time config.automaticDaysOfWeek config.automaticTimeOfDay }} + Automatsko zaljevanje:
{{ pretty_days config.automaticDaysOfWeek }} {{ pretty_time config.automaticDaysOfWeek config.automaticTimeOfDay }}
{{/with}}
-