Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

titlebar of box can "stick" out of titlebar in firefox - documentation problem? #46

Open
graf0 opened this issue Feb 8, 2024 · 2 comments
Labels
bug Something isn't working visual A visual issue, affecting the appearance of pages. Can be usability-related or simply aesthetic.

Comments

@graf0
Copy link

graf0 commented Feb 8, 2024

Hi,

we have following code:

<div class="box">
  <div class="block titlebar">
    <strong>pike</strong>
  </div>
  <p>
    node is git
    <span class="float:right">
      <a href="#">ssh</a> |
      <a href="/systems/1/nodes/2">→ goto</a>
    </span>
  </p>
</div>

This is how it looks on Edge - as it should:

obraz

And this is how it looks on Firefox:

obraz

Notice how letter "p" goes just a little bit out of titlebar. There is also more shadow under it.

@graf0 graf0 changed the title titlebar of box can "stick" out of titlebar for some letters in firefox titlebar of box can "stick" out of titlebar in firefox - documentation problem? Mar 9, 2024
@graf0
Copy link
Author

graf0 commented Mar 9, 2024

After adding to head of my page this (copied from missing.style):

<link rel="stylesheet" href="https://fonts.bunny.net/css?family=source-sans-3:400,700|m-plus-code-latin:400,700">

Now it display box titlebar correctly in all browsers.
It seems to be documentation problem - maybe you should add this line to installation instructions?

@dz4k
Copy link
Collaborator

dz4k commented Jun 13, 2024

not a documentation problem -- missing.css should (within reason) work with any font. this seems to be an issue with the box shadow on the text, i'll look for a solution

@dz4k dz4k added bug Something isn't working visual A visual issue, affecting the appearance of pages. Can be usability-related or simply aesthetic. labels Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working visual A visual issue, affecting the appearance of pages. Can be usability-related or simply aesthetic.
Projects
None yet
Development

No branches or pull requests

2 participants