Modified - [commit] [segment] [ui] Tightened the attached segment spacing in the repository commit view.

- 1 - I updated `web_src/css/modules/segment.css` so bottom-attached segments no longer keep the extra `1rem` bottom margin, helping the stacked commit-panel blocks on `/user/repo/commit/xxxx` sit more tightly together.
This commit is contained in:
2026-05-22 04:06:21 +03:00
parent c57da3e249
commit a36bddc1c2
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -847,3 +847,6 @@ History search guidance:
172 - [2026-05-22 03:49:04] - v1.27.0-dev-183-gd931966231 - Type: Modified - [locale] [ro] Adjusted the Romanian repo visibility badge labels to use concise badge-friendly wording. 172 - [2026-05-22 03:49:04] - v1.27.0-dev-183-gd931966231 - Type: Modified - [locale] [ro] Adjusted the Romanian repo visibility badge labels to use concise badge-friendly wording.
- 1 - I updated `options/locale/locale_ro-RO.json` so `settings.visibility.public`, `settings.visibility.limited`, and `settings.visibility.private` now read `Public`, `Limitat`, and `Privat`, matching the compact badge style used in the repository UI. - 1 - I updated `options/locale/locale_ro-RO.json` so `settings.visibility.public`, `settings.visibility.limited`, and `settings.visibility.private` now read `Public`, `Limitat`, and `Privat`, matching the compact badge style used in the repository UI.
173 - [2026-05-22 04:05:32] - v1.27.0-dev-184-gc57da3e249 - Type: Modified - [commit] [segment] [ui] Tightened the attached segment spacing in the repository commit view.
- 1 - I updated `web_src/css/modules/segment.css` so bottom-attached segments no longer keep the extra `1rem` bottom margin, helping the stacked commit-panel blocks on `/user/repo/commit/xxxx` sit more tightly together.
+1 -1
View File
@@ -172,7 +172,7 @@
bottom: 0; bottom: 0;
margin-top: 0; margin-top: 0;
top: 0; top: 0;
margin-bottom: 1rem; margin-bottom: 0rem;
border-radius: 0 0 0.28571429rem 0.28571429rem; border-radius: 0 0 0.28571429rem 0.28571429rem;
} }
.ui.segment[class*="bottom attached"]:last-child { .ui.segment[class*="bottom attached"]:last-child {