[PR #2853] [MERGED] Fix attachments icon size on zoom in/out #16634

Closed
opened 2025-11-02 12:15:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2853
Author: @lenisko
Created: 11/4/2017
Status: Merged
Merged: 11/5/2017
Merged by: @lafriks

Base: masterHead: lenisko-patch-1


📝 Commits (3)

  • ce19b9e fix attachments icon size on zoom in/out
  • 6b8a0d6 make public/css/index.css
  • 9c953de Merge branch 'master' into lenisko-patch-1

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 public/css/index.css (+1 -1)
📝 public/less/_repository.less (+1 -1)

📄 Description

Icon of attached file (other then image) in issue is broken on zooming page in/out.
I was able to fix it by providing static size, which fits space perfectly.

I'm on master branch atm.

Before change on zoom out
29-2017-11-05-00-07-17_firefox

After change
30-2017-11-05-00-08-03_firefox

Cheers!


🔄 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/2853 **Author:** [@lenisko](https://github.com/lenisko) **Created:** 11/4/2017 **Status:** ✅ Merged **Merged:** 11/5/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `lenisko-patch-1` --- ### 📝 Commits (3) - [`ce19b9e`](https://github.com/go-gitea/gitea/commit/ce19b9ea1db9c0d0d871903f0adb75525d23b59e) fix attachments icon size on zoom in/out - [`6b8a0d6`](https://github.com/go-gitea/gitea/commit/6b8a0d673b094ff346a0156b9c9cba99eb3fb7ea) make public/css/index.css - [`9c953de`](https://github.com/go-gitea/gitea/commit/9c953de2519d52bf6e1c0bb4c41901d0c5df97f5) Merge branch 'master' into lenisko-patch-1 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `public/css/index.css` (+1 -1) 📝 `public/less/_repository.less` (+1 -1) </details> ### 📄 Description Icon of attached file (other then image) in `issue` is broken on zooming page in/out. I was able to fix it by providing static size, which fits space perfectly. I'm on master branch atm. **Before change on zoom out** ![29-2017-11-05-00-07-17_firefox](https://user-images.githubusercontent.com/10072920/32410353-48b8f1f8-c1be-11e7-9f24-5f7558779947.png) **After change** ![30-2017-11-05-00-08-03_firefox](https://user-images.githubusercontent.com/10072920/32410356-4f8c77ac-c1be-11e7-82dc-91376dd4b273.png) Cheers! --- <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 12:15:09 -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#16634