aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/edit.css2
-rw-r--r--assets/css/home.css59
2 files changed, 60 insertions, 1 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css
index 7f7553c..5598aa5 100644
--- a/assets/css/edit.css
+++ b/assets/css/edit.css
@@ -212,7 +212,7 @@ details {
}
input#fontsize {
- width: 36px;
+ width: 50px;
}
span#headid {color: white;}
diff --git a/assets/css/home.css b/assets/css/home.css
index 9d1c5a7..79f82d1 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -258,6 +258,63 @@ main.user table form {
+
+
+
+
+
+main.timeline ul {
+ list-style: none;
+ padding-inline-start: 0;
+}
+
+
+li.self.user {
+ text-align: right;
+}
+
+main.timeline li.event .eline {
+ display: inline-block;
+ margin: 0;
+}
+
+
+
+main.timeline p.eline {
+ background-color: white;
+ border-radius: 10px;
+ padding: 3px 7px;
+ font-family: sans-serif;
+}
+
+
+
+main.timeline textarea#message {
+ width: 100%;
+ max-width: unset;
+}
+
+
+
+li.event:hover span.details {
+ display: inline;
+}
+
+span.details {
+ display: none;
+}
+
+main.timeline li.event {
+ margin: 7px;
+}
+
+
+
+
+
+
+
+
@media (max-width: 600px) {
main.home .summary, main.home .linkfrom, main.home .linkto, main.home .delete, main.home .datecreation, main.home .date, main.home .log, main.home .secure, main.home .tag {
display: none;
@@ -274,3 +331,5 @@ main.user table form {
}
+
+