The issue has been closed

I think we went back and forth on this. Itβs worth looking at the History of the file to see why itβs there in the first place.
Should it be dropped?
Should it be reduced to 400px?
Should we exclude Edge from this width with @media not screen and (width:400px) {}
?
posted by fregante almost 5 years ago
History: 400px (#934) -> 430px (#1193) -> 550px (#1780)
Should it be dropped?
I tried to remove it in Chrome and it looks fine (at first view).
Should it be reduced to 400px?
Should we exclude Edge from this width with @media not screen and (width:400px) {}
?
I think either would be fine.
posted by kidonng almost 5 years ago
I prefer this if it works:
@media not screen and (width:400px) { /* Excludes Edge */
:root {
min-width: 550px;
}
}
posted by fregante almost 5 years ago
It works in both Edge and Chrome π
posted by kidonng almost 5 years ago
posted by yakov116 almost 5 years ago