]> source.dussan.org Git - gitea.git/commitdiff
Dashboard context dropdown position fix on landing page in mobile view. (#27047)
authorpuni9869 <80308335+puni9869@users.noreply.github.com>
Wed, 13 Sep 2023 07:15:36 +0000 (12:45 +0530)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2023 07:15:36 +0000 (15:15 +0800)
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)

web_src/css/dashboard.css

index 0168ee0bd70ac7c8ecb68a45a694d5ec07b81c0d..51ddd45e31214e81b34273ce4e17012ff5220599 100644 (file)
@@ -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;
-  }
-}