aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-03-16 23:21:28 +0100
committerGravatar GitHub <noreply@github.com> 2022-03-16 23:21:28 +0100
commit9748ac48e40947b80808933213b043dc797670b6 (patch)
treef3823bcfc39e8f93bc7bc94def8f31912b831f7e /p/themes/base-theme/template.css
parentae54a590b9962916dc1a62ba55e8d8e8ac0fc215 (diff)
fix: log (#4273)
* improve css * scrolling table * debug icon * fix css * Update swage.css * fix more css * Update swage.scss * Delete _components.css * added: .log-debug
Diffstat (limited to 'p/themes/base-theme/template.css')
-rw-r--r--p/themes/base-theme/template.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 2aa48e74b..d4a052860 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -608,8 +608,12 @@ input[type="checkbox"]:focus-visible {
}
/*=== Pagination */
-.pagination {
+.nav-pagination {
margin: 2em auto;
+}
+
+.pagination {
+ margin: 0;
padding: 0;
display: table;
table-layout: fixed;
@@ -1526,7 +1530,8 @@ input:checked + .slide-container .properties {
/*===========*/
.log-error,
.log-warning,
-.log-notice {
+.log-notice,
+.log-debug {
text-align: center;
}