aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw-e-w <40751091+w-e-w@users.noreply.github.com>2023-06-29 19:25:34 +0900
committerw-e-w <40751091+w-e-w@users.noreply.github.com>2023-06-29 19:25:34 +0900
commitb1c6e39620dd398ae6a2cb1e9236b65a7294cf59 (patch)
tree953e37efded5812fdbfab552e7a72625d4a6ce3d
parentd47324b898d057c0f854b9be891f2483a2b7001f (diff)
starts left
-rw-r--r--style.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/style.css b/style.css
index e1df716f..5073f0f0 100644
--- a/style.css
+++ b/style.css
@@ -704,11 +704,24 @@ table.popup-table .link{
margin: 0;
}
-#available_extensions .date_added{
- opacity: 0.85;
+#available_extensions .info{
+ margin: 0.5em 0;
+ display: flex;
+ margin-top: auto;
+ opacity: 0.80;
font-size: 90%;
}
+#available_extensions .date_added{
+ margin-right: auto;
+ display: inline-block;
+}
+
+#available_extensions .star_count{
+ margin-left: auto;
+ display: inline-block;
+}
+
/* replace original footer with ours */
footer {