aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pydis_site/static/css/content/page.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css
index 239f2809..58fad0f8 100644
--- a/pydis_site/static/css/content/page.css
+++ b/pydis_site/static/css/content/page.css
@@ -10,6 +10,11 @@
#edit-on-github {
display: none;
}
+
+ .dropdown-menu {
+ left: unset;
+ right: 0;
+ }
}
i.has-icon-padding {
@@ -96,3 +101,12 @@ ul.menu-list.toc {
li img {
margin-top: 0.5em;
}
+
+.dropdown-menu {
+ min-width: 15rem;
+}
+
+a.dropdown-item {
+ white-space: normal;
+ padding-right: 0;
+}