Fixing style errors.

This commit is contained in:
stickler-ci 2022-10-28 10:44:04 +00:00
parent 59cd9b35eb
commit 764ddd4636
2 changed files with 19 additions and 19 deletions

View File

@ -933,9 +933,9 @@ div#moreinfo, div#infowarehouse {
.arrows { .arrows {
display: none; display: none;
position: absolute; position: absolute;
justify-content: space-between; justify-content: space-between;
width: 100%; width: 100%;
} }
.indicator { .indicator {
@ -970,28 +970,28 @@ html {
} }
.header { .header {
height: unset; height: unset;
} }
.topnav { .topnav {
width: 100%; width: 100%;
white-space: nowrap; white-space: nowrap;
overflow-x: scroll; overflow-x: scroll;
display: inline-flex; display: inline-flex;
} }
.topnav-left { .topnav-left {
white-space: nowrap; white-space: nowrap;
float: none; float: none;
margin-right: auto; margin-right: auto;
align-items: center; align-items: center;
} }
.topnav-right { .topnav-right {
display: flex; display: flex;
white-space: nowrap; white-space: nowrap;
float: none; float: none;
align-items: center; align-items: center;
} }
.topnav-left #shoppingcart { .topnav-left #shoppingcart {
@ -1000,7 +1000,7 @@ html {
.topnav-right .login_block_other { .topnav-right .login_block_other {
display: flex; display: flex;
white-space: nowrap; white-space: nowrap;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {

View File

@ -960,11 +960,11 @@ $( document ).ready(function() {
checkOverflow(); checkOverflow();
}); });
let resizeObserver = new ResizeObserver(() => { let resizeObserver = new ResizeObserver(() => {
checkOverflow(); checkOverflow();
}); });
resizeObserver.observe(elem1); resizeObserver.observe(elem1);
resizeObserver.observe(elem2); resizeObserver.observe(elem2);
checkOverflow(); checkOverflow();
var pressTimer = []; var pressTimer = [];