diff options
| author | 2021-12-07 23:19:58 +0100 | |
|---|---|---|
| committer | 2021-12-07 23:19:58 +0100 | |
| commit | 1d624d041fb12162eaae3a428e8eca57dc91d50a (patch) | |
| tree | 12c84de271354dc1fc37a9be82bc743ac7ae54a4 /p/themes/base-theme/template.css | |
| parent | c25dace809c9547d78a2840081612641191e025f (diff) | |
Fix: global view does not show "no articles to show" alert (#4042)
* fix
* phpcs fixed
* fix JS
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 421660433..3ac7eea28 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -434,6 +434,10 @@ a.btn { margin: 5px 20px; } +.alert.hide { + display: none; +} + /*=== Icons */ .icon { display: inline-block; |
