diff options
author | 2024-01-14 17:01:03 +0800 | |
---|---|---|
committer | 2024-01-14 17:01:03 +0800 | |
commit | 9967809f985f57c36b5fc60d0c6f6e62427a98bb (patch) | |
tree | ba01a53453ac559071d1b0ca3983d6075e2ebae5 /pydis_site/static | |
parent | Dark: Fix tag colors in resources page (diff) | |
parent | Merge branch 'main' into gdwr-dark-theme (diff) |
Merge branch 'gdwr-dark-theme' of github.com:hedyhli/pydis-site into gdwr-dark-theme
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/content/page.css | 13 |
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; } |