File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
{{template "base/head" .}}
2
2
<div role="main" aria-label="{{.Title}}" class="page-content dashboard feeds">
3
3
{{template "user/dashboard/navbar" .}}
4
+ {{template "base/alert" .}}
4
5
<div class="ui container flex-container">
5
- {{template "base/alert" .}}
6
6
<div class="flex-container-main">
7
7
{{template "user/heatmap" .}}
8
8
{{template "user/dashboard/feeds" .}}
Original file line number Diff line number Diff line change @@ -501,6 +501,12 @@ img.ui.avatar,
501
501
margin-top : calc (var (--page-spacing ) - 1rem );
502
502
}
503
503
504
+ /* add horizontal margin to elements that are outside top-level of .flex-container or .ui.container */
505
+ .page-content > .flash-message {
506
+ margin-left : var (--page-margin-x );
507
+ margin-right : var (--page-margin-x );
508
+ }
509
+
504
510
.ui .form .fields .error .field textarea ,
505
511
.ui .form .fields .error .field select ,
506
512
.ui .form .fields .error .field input : not ([type ]),
You can’t perform that action at this time.
0 commit comments