Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2021-02-25 06:45:22 +0300
committerDarshan Baral <darshanbaral@gmail.com>2021-02-25 06:45:22 +0300
commit51b91da836b5b35f5b78030a5a700986394fd108 (patch)
treeccb66a1afaf1a73498855b2606a792f645ba4f7e /static
parent77a1344985a15d1c7043cfa11efd29490e74aad8 (diff)
Style update
Diffstat (limited to 'static')
-rw-r--r--static/css/aafu.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/css/aafu.css b/static/css/aafu.css
index be760bd..6b4f2ff 100644
--- a/static/css/aafu.css
+++ b/static/css/aafu.css
@@ -113,6 +113,9 @@ a:hover,
transition: 0.3s ease-out;
box-sizing: border-box;
}
+.metadata-panel {
+ margin-left: 1.7em;
+}
.active + .metadata-panel {
margin-bottom: 1em;
}
@@ -120,6 +123,18 @@ a:hover,
background-color: var(--secondaryBg);
padding: 0.5em;
}
+.expand-metadata {
+ cursor: pointer;
+ text-align: left;
+ min-width: 1em;
+ font-size: 1em;
+}
+.expand-metadata::after {
+ content: "+";
+}
+.active > .expand-metadata::after {
+ content: "-";
+}
.metadata-tags {
font-size: 0.9em;
font-style: italic;