[01:46:54] If i remember correctly, navboxes and sidebars were not displayed on mobile in any namespace before (?) but now it display in all (except main namespace) [01:50:31] [[w:pa:ਪੰਜਾਬੀ ਭਾਸ਼ਾ]] in main space also i guess. Also what causes these headings to float like this? : https://tools-static.wmflabs.org/bridgebot/c132b285/file_61639.jpg [06:09:06] You should note that here: https://phabricator.wikimedia.org/T367462 (re @Kuldeepburjbhalaike: Also what causes these headings to float like this?) [10:59:05] What about color in tables? (re @djhartman: There is more you can do (use css variables, have templatestyles that define a dark mode variant etc. but its more work)) [10:59:50] The vast majority of issues are related to tables, no color defined [11:10:38] Seems tables aren't displaying well under dark mode [11:19:37] @cvictorovich that wiki is overriding wiki table styling at https://hy.wikipedia.org/wiki/MediaWiki:Common.css#L-263 [11:19:39] that's the problem [11:20:47] What if we remove that? [11:21:02] At least I might need GIE access for this task [11:21:07] then you'll break prettytable, which this wiki doesn't seem to have phased out yet... [11:21:25] replace that line with: [11:21:25] ``` [11:21:26] background-color: var(--background-color-neutral-subtle,#f8f9fa); [11:21:28] color: var(--color-base,#202122);``` [11:22:01] Everything related to this are protected, only interface editors can handle (re @cvictorovich: At least I might need GIE access for this task) [11:22:21] correct [11:22:51] There are too many projects where people just import styles, the people leave, and nobody maintains the code anymore [11:22:52] Is this a valid reason? [11:23:17] I may go through every affected sites and do this [11:23:27] Or someone have to [11:23:56] hywiki has local interface admins [11:24:14] I saw it but... I can reach none of them [11:25:22] For even smaller projects without IA, nobody would fix them [11:25:26] I don't know how you tried to contact them, but I don't see any messages on their talk pages from you [11:25:57] You can probably shorten that common.css to 1/5th of the size by using template styles and removing ancient code... [11:26:24] I attempted to look for there telegram / discord (re @Nikki: I don't know how you tried to contact them, but I don't see any messages on their talk pages from you) [11:27:04] table.wikitable, [11:27:04] table.prettytable { [11:27:05] margin: 1em 1em 1em 0; [11:27:07] background: #f9f9f9; [11:27:08] border: 1px #aaa solid; [11:27:10] border-collapse: collapse; [11:27:11] } [11:27:53] Now I'm rummaging through the list that the tool is reporting [11:27:55] so you haven't actually sent either of them a message in any way? [11:28:04] https://night-mode-checker.wmcloud.org/ [11:28:26] @jhsoby told me the tool [11:28:37] Not actually indeed (re @Nikki: so you haven't actually sent either of them a message in any way?) [11:30:16] Send messages on wiki and wait. It’s no rush, (relatively) no one is using dark mode yet and people have jobs and stuff that might take priority over a wiki thing. [11:31:40] Huh, I'm using dark mode somewhere [11:32:30] I said relatively. [11:32:37] you are not more important than someone's job [11:33:01] I know the name Xelgen... another one I didn't notice [11:34:27] Now ԱշոտՏՆՂ seems to be reachable here on telegram [11:35:46] And came online an hour ago [11:36:21] (His name is Ashot? [11:37:15] For me talk isn't convenient: after all I can see telegram messages on my mobile but not wiki pages [11:37:18] if other wiki editors were to DM me over every single thing that is wrong, I would personally delete my telegram. But that's just me, so you can always try. [11:38:08] Well Ashot is one of the few who can deal with this (re @djhartman: if other wiki editors were to DM me over every single thing that is wrong, I would personally delete my telegram. But that's jus...) [11:38:49] how does that matter ? [11:39:07] anyway. lets' stop bothering 800 people with this discussion. [11:39:48] Fine. [11:40:17] I'll talk to AshotTNGH further [11:40:27] He's online right now [13:28:50] Not the same issue. More likely to relate to the heading updates on Minerva. https://phabricator.wikimedia.org/T367468 (re @Galder: You should note that here: https://phabricator.wikimedia.org/T367462) [13:35:35] Many many places are affected: th, da… (re @Jdlrobson: Not the same issue. More likely to relate to the heading updates on Minerva. https://phabricator.wikimedia.org/T367468) [13:49:38] Understood. If you can report on that ticket with example URLs that would be helpful! [16:42:42] Update on infobox styling etc: the infobox and hatnote changes don't target the desktop versions anymore for the time being (T367462)