summaryrefslogtreecommitdiffstats
path: root/web_src/css/org.css
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-06-09 11:10:51 +0200
committerGitHub <noreply@github.com>2023-06-09 09:10:51 +0000
commit6a075589bf2aefeeee67613c76b750628ce1618e (patch)
tree2fa80b2b1a7e1691f1479df1fe3d6c99c02ab6a5 /web_src/css/org.css
parent623b3b590e0bcf0460c6cd9376996cb6fe221747 (diff)
downloadgitea-6a075589bf2aefeeee67613c76b750628ce1618e.tar.gz
gitea-6a075589bf2aefeeee67613c76b750628ce1618e.zip
Fix mobile navbar and misc cleanups (#25134)
- Fix and improve mobile navbar layout - Apply all cleanups suggested in https://github.com/go-gitea/gitea/pull/25111 - Make media query breakpoints match Fomantic's exactly - Clean up whitespace in class on navbar items Mobile navbar before and after: <img width="745" alt="Screenshot 2023-06-08 at 08 40 56" src="https://github.com/go-gitea/gitea/assets/115237/ca84b239-b10f-41db-8c06-dcf2b6dd9d28"> <img width="739" alt="Screenshot 2023-06-08 at 08 41 23" src="https://github.com/go-gitea/gitea/assets/115237/09133c54-eb7e-4110-858c-ead23c3b7521"> --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'web_src/css/org.css')
-rw-r--r--web_src/css/org.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/web_src/css/org.css b/web_src/css/org.css
index eb2dd8a4d9..7b73d8e572 100644
--- a/web_src/css/org.css
+++ b/web_src/css/org.css
@@ -31,7 +31,7 @@
}
}
-@media (max-width: 767px) {
+@media (max-width: 767.98px) {
#create-page-form form .optional .title {
margin-left: 15px;
}
@@ -77,7 +77,7 @@
}
}
-@media (max-width: 767px) {
+@media (max-width: 767.98px) {
.organization.new.org form .optional .title {
margin-left: 15px;
}
@@ -222,7 +222,7 @@
height: 60px;
}
-@media (max-width: 767px) {
+@media (max-width: 767.98px) {
.organization.teams #repo-top-segment {
height: 100px;
}