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

github.com/ExchangeRate-API/strange-case.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJordan Kaye <jordan.kaye2@gmail.com>2020-12-13 23:29:20 +0300
committerJordan Kaye <jordan.kaye2@gmail.com>2020-12-13 23:56:25 +0300
commit203d4932183de989a3f725458a60307b12c1c3e5 (patch)
tree3fd96eb3ce227d5c8b7c0e08bb7bce025fa225ec /static
parent6458a0b33c6259dee654c0c7100859f81ecc5627 (diff)
Added a social icons section to the sidebar
[[menu.icons]] can now be used to specify icons that will be displayed after the site's description, but before the main menu items.
Diffstat (limited to 'static')
-rw-r--r--static/css/strange-case.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/css/strange-case.css b/static/css/strange-case.css
index f6d4d55..880d713 100644
--- a/static/css/strange-case.css
+++ b/static/css/strange-case.css
@@ -76,7 +76,6 @@ img {
/* SIDEBAR */
-
.sidebar {
padding: 2em;
font-size: 1.3em;
@@ -98,6 +97,9 @@ img {
list-style: none;
font-size:1em;
}
+.sidebar .sidebar-icons li {
+ display: inline-block;
+}
.sidebar .sidebar-recent {
margin-top: 1.5em;
}