Make nm row counter more flexible

This commit is contained in:
Hadi Nategh 2023-01-23 12:59:59 +01:00
parent 153d1e4b12
commit 2b472398ad

View File

@ -2182,15 +2182,16 @@ lion-validation-feedback[type] {
text-align: center;
border-radius: 3px;
position: relative;
min-width: 40px;
order: 99;
display: flex;
align-items: center;
}
.nextmatch_header .header_count span {
position: relative;
top: 8px;
font-size: 12px;
color: gray;
display: contents;
}
.nextmatch_header_row .filtersContainer {