aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css/dashboard.css
diff options
context:
space:
mode:
authorpuni9869 <80308335+puni9869@users.noreply.github.com>2023-09-13 12:45:36 +0530
committerGitHub <noreply@github.com>2023-09-13 15:15:36 +0800
commit0989f437df8d006a6acb13fe14e1ed05445582c9 (patch)
tree913634d3e947745449894067f51468c86ac2ac81 /web_src/css/dashboard.css
parent79afd280e1ece4711c0236f06942b3281fcfcf7d (diff)
downloadgitea-0989f437df8d006a6acb13fe14e1ed05445582c9.tar.gz
gitea-0989f437df8d006a6acb13fe14e1ed05445582c9.zip
Dashboard context dropdown position fix on landing page in mobile view. (#27047)
as title. Screensots before ![image](https://github.com/go-gitea/gitea/assets/80308335/d72da379-1fb1-4d75-9f3e-f70e06ad4065) after ![image](https://github.com/go-gitea/gitea/assets/80308335/110ea806-feed-4947-bf56-2985b1e1ec5f)
Diffstat (limited to 'web_src/css/dashboard.css')
-rw-r--r--web_src/css/dashboard.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/web_src/css/dashboard.css b/web_src/css/dashboard.css
index 0168ee0bd7..51ddd45e31 100644
--- a/web_src/css/dashboard.css
+++ b/web_src/css/dashboard.css
@@ -89,9 +89,3 @@
.dashboard .dashboard-navbar .ui.dropdown {
max-width: 100%;
}
-
-@media (max-width: 767.98px) {
- .dashboard .dashboard-navbar .ui.dropdown > .menu {
- position: static;
- }
-}