Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

New default themes padding makes small screens like phones much harder to user. #1203

Closed
gerane opened this issue Sep 30, 2019 · 1 comment
Closed
Labels
bug Something isn't working
Milestone

Comments

@gerane
Copy link

gerane commented Sep 30, 2019

Describe the Issue

The older default themes had a much better experience on smaller screen devices. They would expand to the edges, but with the new themes you lose a ton of real estate.

@adamdriscoll Can the original theme be included in the Get-UDTheme? I am taking the old default and using that, but would be nice if the old default was still included.

To Reproduce

Expected behavior

Should have a better smaller screen experience

Screenshots

Old Theme
2019-09-30_16-43-45

New Theme
2019-09-30_16-44-25

Version Information

  • Operating System: Windows 10, server 2016
  • PowerShell Version: 5.1
  • Universal Dashboard Version: 2.6.0 and 2.6.2
  • UD Hosting Method: (Powershell, IIS)

Additional context

@gerane gerane added the bug Something isn't working label Sep 30, 2019
@psDevUK
Copy link
Contributor

psDevUK commented Oct 2, 2019

Did post a new default theme last night with less padding, however this is not a bug in my opinion as everyone has their own preference for how a dashboard should look. So I personally would tweek the theme by doing this:-

$Theme = New-UDTheme -Name "Basic" -Definition @{
'main' = @{
'padding-left' = "0px"
'padding-right' = "0px"
'padding-top' = "0px"
'padding-bottom' = "0px"
}
} -Parent "Default"

Then you have no padding and elements should make full use of the page area. Then simply add this $Theme as the theme for your dashboard. If you are happy with this reponse then please close the request. Thanks

@adamdriscoll adamdriscoll added this to the 2.7.0 milestone Oct 4, 2019
adamdriscoll added a commit that referenced this issue Oct 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants