fix: widen Today on desktop
This commit is contained in:
@@ -59,6 +59,8 @@ describe('Today environment integration', () => {
|
||||
expect(app).toContain("'today-active': activeView==='today'")
|
||||
expect(css).toContain('.shell.today-active .unified-fab{box-shadow:0 8px 18px rgba(174,65,29,.22)}')
|
||||
expect(css).not.toContain('\n.unified-fab{box-shadow:0 8px 18px rgba(174,65,29,.22)}')
|
||||
expect(css).toContain('main.today-main{padding-left:max(44px,calc((100% - 900px)/2));padding-right:max(44px,calc((100% - 900px)/2))}')
|
||||
expect(css).toContain('@media(max-width:930px){main.today-main{padding-left:max(44px,calc((100% - 630px)/2));padding-right:max(44px,calc((100% - 630px)/2))}}')
|
||||
expect(css).toContain('@media(max-width:720.98px){main.today-main{padding-left:29px!important;padding-right:29px!important}')
|
||||
expect(css).toContain('.today-context{margin:0 0 14px;border-bottom:0}')
|
||||
expect(css).toContain('.today-remaining{margin:0 0 24px;color:var(--muted);font-size:13px}')
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user