aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css/content/page.css
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/static/css/content/page.css')
-rw-r--r--pydis_site/static/css/content/page.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css
index e9023a6b..55fe6223 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 {
@@ -111,4 +116,12 @@ li img {
[data-theme="dark"] hr {
background-color: #4c515a;
+
+.dropdown-menu {
+ min-width: 15rem;
+}
+
+a.dropdown-item {
+ white-space: normal;
+ padding-right: 0;
}