diff --git a/src/theme.scss b/src/theme.scss index 3f0bc9d79..0f88bc03c 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -215,9 +215,14 @@ html, body { max-width: 720px; margin: 0 auto; + @media(min-width:768px) { width: 720px; + .title-toolbar { + float: right !important; + } + &.content-large { width: 970px; max-width: 970px; diff --git a/src/views/notifications.html b/src/views/notifications.html index 3d5cb6832..efc99c7af 100644 --- a/src/views/notifications.html +++ b/src/views/notifications.html @@ -3,9 +3,11 @@

{{ 'notifications.title' | tr }} - - - +
+ + + +