Skip to content

Commit

Permalink
[Evaluation tool] Fix timebar wrap on certain zoom levels in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanESPERANTO committed Jan 3, 2025
1 parent c501c39 commit 5ea11a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Fixed
~~~~~

* JOSM remote control was not working because it was trying to be accessed as https://localhost:8111/. Switch to HTTP.

* [Evaluation tool] Fix timebar wrap on certain zoom levels in Firefox (issue #419)
* [chore] Fix `yamlToJson.mjs` (#468)

v3.8.0_ - 2022-05-18
Expand Down
5 changes: 5 additions & 0 deletions site/css/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ td.times {
padding: 3px 0px 1px 2px;
background:#E0E0E0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAAeCAYAAAD0O81IAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAEBSURBVHja7NWxDQAgDAOw9P+jw8YJCIEHrxkaVUnbAABnOQIAGGAAMMAAgAEGAAMMABhgAPh4gGem8i7JS7q5n37dT7/6uCrPAHtg99OvPvQrzwDL88Dy9CtPvwbYAT2wPvQrT7/yDLA8DyxPv/p1PwPsgB5Ynn7l6VeeAZbngfXrfvp1PwOsEA8sT7/y9CvPAHtgD6xf99OvPgywPA8sT7/y9CvPAHtg99OvPvQrzwDL88Dy9CtPvwbYAT2wPvQrT7/yDLA8DyxPv/p1PwPsgB5Ynn7l6VeeAZbngfXrfvp1PwMMABhgADDAAIABBgADDAAGGAAwwADwogUAAP//AwD7Ihe8uFAOdQAAAABJRU5ErkJggg==) no-repeat center left / 100% 80%;
}
td.times {
display: flex;
flex-wrap: nowrap;
}
div.timebar {
height: 20px;
display: inline-block;
flex: auto;
}
div.open {
background: rgba(255, 255, 255, 0.85);
Expand Down

0 comments on commit 5ea11a2

Please sign in to comment.