- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 8 2023
Jun 29 2020
Jun 26 2020
Jun 25 2020
Jun 24 2020
Jun 23 2020
Jun 22 2020
Jun 19 2020
Jun 18 2020
Jun 17 2020
It works!
I found the cause of the observed issue in T2456. This was effectively a CSS issue: mixing float and flex rules can lead to this kind of weird layout on high resolution screens.
The impression I get from playing with the interface is that at some moment the browser decides to "wrap" some of the components of the page in the source code view, that leads to the unwanted behaviour.
When we'll come to this, it might be interesting to compare with the behaviour of similar web front ends (GitHub, BitBucket, GitLab) that seem to handle this corner case seamlessly.
T2457 created for stylesheets improvements regarding font size.
Alright, this is clearly related to changing the default font size in browser preferences. It seems like our stylesheets do not handle that case really well.
D3295 did not fix the issue, reopening the task.
Better. but not yet there... if you play with Ctrl+ Ctrl- a bit you'll see that the source code pane still ends up having a size controlled by the central part of the top bar that show the path