Huh, I just resized my browser window on a Mac using Chrome and it did it as well. Not sure if it's a bad thing, mind you, but it was kinda neat seeing it happen :D
Rollback Post to RevisionRollBack
"Most people are other people. Their thoughts are someone else's opinions, their lives a mimicry, their passions a quotation."
I only happened to notice because I have a vertical monitor which has that size window. 1024px is also the width of a landscape ipad but I haven't tried that yet.
When resizing the browser window, at 1024px when the website switches from mobile layout to desktop the search bar completely disappears.
Please can you post your Operating System & version, as well as your browser software and version?
Thanks
Pun-loving nerd | Faith Elisabeth Lilley | She/Her/Hers | Profile art by Becca Golins
If you need help with homebrew, please post on the homebrew forums, where multiple staff and moderators can read your post and help you!
"We got this, no problem! I'll take the twenty on the left - you guys handle the one on the right!"🔊
WIndows 10 Home
Google Chrome - Version 60.0.3112.90 (Official Build) (64-bit)
Huh, I just resized my browser window on a Mac using Chrome and it did it as well. Not sure if it's a bad thing, mind you, but it was kinda neat seeing it happen :D
"Most people are other people. Their thoughts are someone else's opinions, their lives a mimicry, their passions a quotation."
― Oscar Wilde.
I only happened to notice because I have a vertical monitor which has that size window. 1024px is also the width of a landscape ipad but I haven't tried that yet.
It happens with my iPhone 6s plus in landscape as well as my Samsung galaxy tab s2 in landscape. Chrome and safari.
I found the culprit style code. They have this
@media (max-width: 1024px) {
.es-form-global {
display: none;
}
}
It should be this
@media (max-width: 1023px) {
.es-form-global {
display: none;
}
}
Homebrew Rules || Homebrew FAQ || Snippet Codes || Tooltips
DDB Guides & FAQs, Class Guides, Character Builds, Game Guides, Useful Websites, and WOTC Resources
This is fixed now.
Thanks!
I am the Inquisitor Imperitus. I am judge, jury, and executioner. Draw your last breath now, as I send you to the Nine Hells.