forked from Ponysearch/Ponysearch
[mod] simple theme: remove vendor prefix of width: max-content
Remove no longer needed workarounds like `width: 1000px;` and vendor prefix of max-content [1]. [1] https://developer.mozilla.org/en-US/docs/Web/CSS/max-content#browser_compatibility Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
459f33a18e
commit
c020b90056
1 changed files with 0 additions and 3 deletions
|
@ -194,9 +194,6 @@
|
||||||
#main_index,
|
#main_index,
|
||||||
#main_results {
|
#main_results {
|
||||||
#categories_container {
|
#categories_container {
|
||||||
width: 1000px;
|
|
||||||
width: -moz-max-content;
|
|
||||||
width: -webkit-max-content;
|
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
|
||||||
.category {
|
.category {
|
||||||
|
|
Loading…
Reference in a new issue