[PR #17730] [MERGED] 17644 fix login icon size #15176

Closed
opened 2025-12-30 00:20:26 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17730
Author: @arthanson
Created: 10/10/2024
Status: Merged
Merged: 10/11/2024
Merged by: @jeremystretch

Base: developHead: 17644-login-icon


📝 Commits (3)

📊 Changes

3 files changed (+12 additions, -4 deletions)

View changed files

📝 netbox/project-static/dist/netbox.css (+1 -1)
📝 netbox/project-static/styles/custom/_misc.scss (+8 -0)
📝 netbox/templates/login.html (+3 -3)

📄 Description

Fixes: #17644

Unfortunately Tabler sets global height: auto and from https://stackoverflow.com/questions/44010645/remove-height-auto-using-css it doesn't look like it is possible to un-set it in css after the fact (also tried to set it just for the login img in css and it doesn't effect it). So directly setting the height here seems like the most narrow change that doesn't effect images elsewhere.


🔄 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/netbox-community/netbox/pull/17730 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 10/10/2024 **Status:** ✅ Merged **Merged:** 10/11/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `17644-login-icon` --- ### 📝 Commits (3) - [`b4f1663`](https://github.com/netbox-community/netbox/commit/b4f166372bbe3b1f59faedc6332f5ab6c82161ba) 17644 fix login icon size - [`cf3b767`](https://github.com/netbox-community/netbox/commit/cf3b7675a7e72a65269130e0bf567fd001d3a482) 17644 fix login icon size - [`65e5fb8`](https://github.com/netbox-community/netbox/commit/65e5fb8586235142ebaf5eee823343721fcfa81e) 17644 review changes ### 📊 Changes **3 files changed** (+12 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox.css` (+1 -1) 📝 `netbox/project-static/styles/custom/_misc.scss` (+8 -0) 📝 `netbox/templates/login.html` (+3 -3) </details> ### 📄 Description ### Fixes: #17644 Unfortunately Tabler sets global height: auto and from https://stackoverflow.com/questions/44010645/remove-height-auto-using-css it doesn't look like it is possible to un-set it in css after the fact (also tried to set it just for the login img in css and it doesn't effect it). So directly setting the height here seems like the most narrow change that doesn't effect images elsewhere. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:20:26 +01:00
adam closed this issue 2025-12-30 00:20:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15176