File tree 3 files changed +2
-10
lines changed 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
{{template "base/head" .ctxData}}
2
2
<div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
3
- <div class="ui container">
4
- {{template "base/alert" .ctxData}}
5
- </div>
6
3
<div class="ui container fluid padded flex-container">
7
4
{{template "admin/navbar" .ctxData}}
8
5
<div class="flex-container-main">
6
+ {{template "base/alert" .ctxData}}
9
7
{{/* block: admin-setting-content */}}
10
8
11
9
{{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
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" .}}
5
4
<div class="ui container flex-container">
6
5
<div class="flex-container-main">
6
+ {{template "base/alert" .}}
7
7
{{template "user/heatmap" .}}
8
8
{{template "user/dashboard/feeds" .}}
9
9
</div>
Original file line number Diff line number Diff line change @@ -495,12 +495,6 @@ img.ui.avatar,
495
495
margin-top : calc (var (--page-spacing ) - 1rem );
496
496
}
497
497
498
- /* add horizontal margin to elements that are outside top-level of .flex-container or .ui.container */
499
- .page-content > .flash-message {
500
- margin-left : var (--page-margin-x );
501
- margin-right : var (--page-margin-x );
502
- }
503
-
504
498
.ui .form .fields .error .field textarea ,
505
499
.ui .form .fields .error .field select ,
506
500
.ui .form .fields .error .field input : not ([type ]),
You can’t perform that action at this time.
0 commit comments