3 Aug 2022 |
Linux Hackerman |  Download Screenshot_20220803-105926.png | 08:59:56 |
Linux Hackerman | Domen Kožar: I can't scroll these code blocks, so I can't read any of the interesting stuff | 09:00:15 |
Linux Hackerman | On Firefox on android | 09:00:50 |
Domen Kožar | I'll try to fix it :) | 09:06:47 |
hexa | vanadium -> accessibility -> force enable zoom 👏 | 09:06:51 |
hexa | many sites do this and it's annoying as hell | 09:07:07 |
hexa | or maybe I misread and it's a different issue, my bad | 09:07:53 |
hexa | should be something about overflow I guess | 09:08:22 |
| kunny changed their display name from кunnу to kunny. | 12:15:58 |
| kunny changed their profile picture. | 12:16:09 |
| Xandor Schiefer joined the room. | 12:52:25 |
4 Aug 2022 |
| bl1nk changed their profile picture. | 04:31:30 |
5 Aug 2022 |
Jhu | In reply to @domenkozar:matrix.org I'll try to fix it :) in codeblock.css
.highlight td:first-child pre, .highlight pre {<
| 08:31:55 |
Jhu | In reply to @domenkozar:matrix.org I'll try to fix it :) * in codeblock.css
.highlight td:first-child pre, .highlight pre {
overflow: hidden;
}
is the cause... and scroll will give a scrollable box instead.
| 08:32:47 |
Jhu | But you might want to do
overflow-y: hidden;
overflow-x: scroll;
So that only the horizontal scrollbar is visible. Because those boxes seem to be scaled properly vertically to fit the content anyway.
| 08:35:27 |
Jhu | Actually overflow-x: auto; will hide the scrollbar unless it is needed. So best visual style is by just adding that one line. :p | 08:38:42 |
Domen Kožar | Thanks | 08:43:52 |
Domen Kožar | https://github.com/halogenica/beautifulhugo/pull/437 | 08:43:53 |
Jhu | In reply to @domenkozar:matrix.org https://github.com/halogenica/beautifulhugo/pull/437 You made a typo so it won't work.
And just fix it to overflow-y: hidden; because the default is not set elsewhere so it's "auto" unless overridden.
So the minimum fix will be just adding -y to the original row. :D
| 08:48:26 |
Domen Kožar | fixed, thanks | 08:50:36 |
Domen Kožar | Linux Hackerman: fixed ^^ | 08:51:59 |
Linux Hackerman | Oh nice, even upstreamed 👍 | 10:07:05 |
6 Aug 2022 |
raitobezarius | Do anyone know when using NixOps (unstable) with flakes, what to do to update the current flake URI in the state? It seems like that it is not picked up by NixOps and it fails with unclean source tree. | 23:11:22 |
| Jarkad joined the room. | 23:38:31 |
7 Aug 2022 |
| Jarkad set a profile picture. | 00:07:55 |
| Jarkad changed their display name from jarkad to Jarkad. | 00:08:29 |
| nanda_g joined the room. | 11:09:35 |
| Swiss Routing joined the room. | 15:27:27 |
| mon_aaraj joined the room. | 22:24:32 |
8 Aug 2022 |
paki23 | I put it in a apps.nixops | 07:31:38 |