summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-10-14 13:59:31 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-10-14 13:59:31 +0200
commitebf9c70ebd4356d98fa7c2513aaab48fa14c7c9b (patch)
tree122cc406a5ae0b6bb88fe517dd34b325133e961b /p
parent7b15ffc838bcd63cc0716eccd2e39fdd0665d76d (diff)
Automatic fix minor syntax previous commits
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/template.css4
-rw-r--r--p/themes/base-theme/template.rtl.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index e745d4d9f..ea346843f 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -1323,13 +1323,13 @@ input:checked + .slide-container .properties {
}
.reader .aside {
- width: 0;
display: none;
+ width: 0;
}
.reader .aside:target {
- width: 300px;
display: table-cell;
+ width: 300px;
}
.reader .aside .stick {
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css
index 52cc1a46a..8762d447c 100644
--- a/p/themes/base-theme/template.rtl.css
+++ b/p/themes/base-theme/template.rtl.css
@@ -1323,13 +1323,13 @@ input:checked + .slide-container .properties {
}
.reader .aside {
- width: 0;
display: none;
+ width: 0;
}
.reader .aside:target {
- width: 300px;
display: table-cell;
+ width: 300px;
}
.reader .aside .stick {