[PR #4508] [MERGED] Responsive design fixes #17403

Closed
opened 2025-11-02 13:11:24 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4508
Author: @kolaente
Created: 7/24/2018
Status: Merged
Merged: 7/26/2018
Merged by: @lafriks

Base: masterHead: responsive-fixes


📝 Commits (5)

  • 8cf2f64 reset to master
  • 2ff9c68 build css
  • 5420034 Fixed spacing
  • 9d9ea05 Merge branch 'master' of github.com:go-gitea/gitea into responsive-fixes
  • fb94b66 Merge branch 'master' into responsive-fixes

📊 Changes

7 files changed (+113 additions, -7 deletions)

View changed files

📝 public/css/index.css (+1 -1)
📝 public/less/_dashboard.less (+12 -1)
📝 public/less/_form.less (+39 -4)
📝 public/less/_home.less (+13 -0)
📝 public/less/_repository.less (+31 -0)
📝 public/less/_user.less (+16 -0)
📝 templates/repo/release/new.tmpl (+1 -1)

📄 Description

This fixes some issues which annoyed me the most in the responsive version of Gitea.

There's probably more to do, but these fixes are the ones I found the most obvious.

Screenshots

screen shot 2018-07-24 at 11 55 50
screen shot 2018-07-24 at 11 56 00
screen shot 2018-07-24 at 11 56 18
screen shot 2018-07-24 at 11 56 30
screen shot 2018-07-24 at 11 58 45-fullpage
screen shot 2018-07-24 at 11 59 49-fullpage
screen shot 2018-07-24 at 12 00 03-fullpage
screen shot 2018-07-24 at 12 00 20-fullpage
screen shot 2018-07-24 at 12 00 32-fullpage


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4508 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 7/24/2018 **Status:** ✅ Merged **Merged:** 7/26/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `responsive-fixes` --- ### 📝 Commits (5) - [`8cf2f64`](https://github.com/go-gitea/gitea/commit/8cf2f645b449b870cc967f030fd96afc4aefd8d0) reset to master - [`2ff9c68`](https://github.com/go-gitea/gitea/commit/2ff9c68827eec10f84b50f100bef35b2c345b0eb) build css - [`5420034`](https://github.com/go-gitea/gitea/commit/542003404ff52a1ed4c94cb631d8e7ad95896822) Fixed spacing - [`9d9ea05`](https://github.com/go-gitea/gitea/commit/9d9ea05e80b49f1560708b049ba11b7d55b92cd4) Merge branch 'master' of github.com:go-gitea/gitea into responsive-fixes - [`fb94b66`](https://github.com/go-gitea/gitea/commit/fb94b66890c411afbc024e33f5015e346fe3cb67) Merge branch 'master' into responsive-fixes ### 📊 Changes **7 files changed** (+113 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `public/css/index.css` (+1 -1) 📝 `public/less/_dashboard.less` (+12 -1) 📝 `public/less/_form.less` (+39 -4) 📝 `public/less/_home.less` (+13 -0) 📝 `public/less/_repository.less` (+31 -0) 📝 `public/less/_user.less` (+16 -0) 📝 `templates/repo/release/new.tmpl` (+1 -1) </details> ### 📄 Description This fixes some issues which annoyed me the most in the responsive version of Gitea. There's probably more to do, but these fixes are the ones I found the most obvious. ### Screenshots ![screen shot 2018-07-24 at 11 55 50](https://user-images.githubusercontent.com/13721712/43131640-cc756df2-8f39-11e8-8184-31164302d5c5.png) ![screen shot 2018-07-24 at 11 56 00](https://user-images.githubusercontent.com/13721712/43131641-cc94a1c2-8f39-11e8-8d3e-ee1383d7de6c.png) ![screen shot 2018-07-24 at 11 56 18](https://user-images.githubusercontent.com/13721712/43131642-ccb17310-8f39-11e8-8e59-0b89e6ddb5b1.png) ![screen shot 2018-07-24 at 11 56 30](https://user-images.githubusercontent.com/13721712/43131643-cccd98c4-8f39-11e8-99ea-d61093195e67.png) ![screen shot 2018-07-24 at 11 58 45-fullpage](https://user-images.githubusercontent.com/13721712/43131644-cceb13c2-8f39-11e8-8c18-97caff4b39d9.png) ![screen shot 2018-07-24 at 11 59 49-fullpage](https://user-images.githubusercontent.com/13721712/43131647-cd0b886e-8f39-11e8-8b0d-b66f392e3124.png) ![screen shot 2018-07-24 at 12 00 03-fullpage](https://user-images.githubusercontent.com/13721712/43131649-cd44a23e-8f39-11e8-9ace-e435f6b319bb.png) ![screen shot 2018-07-24 at 12 00 20-fullpage](https://user-images.githubusercontent.com/13721712/43131650-cd75ebdc-8f39-11e8-889e-e5ea485a134f.png) ![screen shot 2018-07-24 at 12 00 32-fullpage](https://user-images.githubusercontent.com/13721712/43131651-cd949910-8f39-11e8-8bfb-90757981def9.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 13:11:24 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17403