Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Uchiwa Branding/Logo not displaying properly in Firefox 58.0b11 Developer Edition #749

Closed
markandrewj opened this issue Dec 19, 2017 · 1 comment
Labels
Milestone

Comments

@markandrewj
Copy link

Expected Behavior

Branding/Logo to be displayed in the upper left of Uchiwa while using Firefox Quantum.

Current Behavior

Branding/Logo is not visible in upper left of Uchiwa while using Firefox Quantum.

Possible Solution

Change:

.theme-logo {
  content: url("../../img/uchiwa-white.png")
}

To:

.theme-logo::before {
  content: url("../../img/uchiwa-white.png")
}

Steps to Reproduce (for bugs)

Use Uchiwa in latest edition of Firefox (Firefox Quantum).

@markandrewj
Copy link
Author

I pulled in the change today and it seems to be working well. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants