浏览代码

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)
tags/v1.21.0-rc0
puni9869 9 个月前
父节点
当前提交
0989f437df
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0
    6
      web_src/css/dashboard.css

+ 0
- 6
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;
}
}

正在加载...
取消
保存