haheute created branch 2024.06-rc in haheute/friendica-addons 2024-06-29 10:45:52 +02:00
haheute pushed to 2024.06-rc at haheute/friendica-addons 2024-06-29 10:45:52 +02:00
b0a95ca2d2 Merge pull request 'fix for curweather' (#1521) from haheute/friendica-addons:fix-curweather into 2024.06-rc
b2108c7a4c fix for curweather
abca07b29d Merge pull request 'Add Relatica to blockbot fediverse client list' (#1520) from hankg/friendica-addons:2024.06-rc into 2024.06-rc
14e7413eb2 Add Relatica to blockbot fediverse client list
39567cf701 Merge pull request 'translation updates' (#1517) from tobias/friendica-addons:20240621-lng into 2024.06-rc
Compare 10 commits »
haheute deleted branch openstreetmap from haheute/friendica-addons 2024-06-29 10:41:51 +02:00
haheute deleted branch fix-curweather from haheute/friendica-addons 2024-06-29 10:40:38 +02:00
haheute created pull request friendica/friendica-addons#1521 2024-06-27 11:46:14 +02:00
fix for curweather
haheute pushed to fix-curweather at haheute/friendica-addons 2024-06-27 11:44:32 +02:00
b2108c7a4c fix for curweather
haheute created branch fix-curweather in haheute/friendica-addons 2024-06-27 11:40:09 +02:00
haheute pushed to fix-curweather at haheute/friendica-addons 2024-06-27 11:40:09 +02:00
abca07b29d Merge pull request 'Add Relatica to blockbot fediverse client list' (#1520) from hankg/friendica-addons:2024.06-rc into 2024.06-rc
14e7413eb2 Add Relatica to blockbot fediverse client list
39567cf701 Merge pull request 'translation updates' (#1517) from tobias/friendica-addons:20240621-lng into 2024.06-rc
2789e880dc translation updates
1556ebfb33 Merge pull request 'Leave failed image URLs in place' (#1516) from mexon/friendica-addons:mat/mailstream-fetch-failure into 2024.06-rc
Compare 10 commits »
haheute pushed to develop at haheute/friendica-addons 2024-06-04 13:14:25 +02:00
7f073ec520 Merge pull request '"zrl" functionility is moved' (#1507) from heluecht/friendica-addons:openwebauth into develop
39247ca28f Function renamed
084a2a7057 "zrl" functionility is moved
c8fab935ee Merge pull request 'Upload: Fix available file extension check' (#1506) from heluecht/friendica-addons:upload into develop
9ae8925069 Upload: Fix available file extension check
Compare 28 commits »
haheute pushed to width-and-missing-space at haheute/friendica-wp-theme 2024-03-26 17:56:02 +01:00
8b6924ca9b remove not longer used media query
haheute commented on issue friendica/friendica-addons#1493 2024-03-26 16:23:16 +01:00
Should group_text.php be renamed ?

if the addon folder is renamed like we did, it will be disabled for installs that had enabled it under its former name

OK. I don't really understand. You have already renamed the folder..(?)…

haheute commented on issue friendica/friendica-addons#1493 2024-03-26 16:11:16 +01:00
Should group_text.php be renamed ?

Okay. I don't know what the addon does, but I believe there was something with renaming groups to circles? So maybe rename the file to circle_text.php?

haheute opened issue friendica/friendica-addons#1493 2024-03-26 15:51:54 +01:00
Should group_text.php be renamed ?
haheute pushed to develop at haheute/friendica-addons 2024-03-25 19:21:19 +01:00
9153ca05fd Merge pull request '[Hotfix] Fix REPO_URL for woodpecker' (#1491) from nupplaPhil/friendica-addons:bug/stable_hf into develop
3bdbcd3b02 [Hotfix] Fix REPO_URL for woodpecker
b4eee553d1 Merge pull request 'Bluesky: Support Restrictions / Updated Friendica handle description' (#1489) from heluecht/friendica-addons:restrictions into develop
04ce1fd2b4 Bluesky: Support Restrictions / Updated Friendica handle description
569931986d Merge pull request '[various] Update Composer dependencies ahead of release' (#1487) from MrPetovan/friendica-addons:task/composer into 2024.03-rc
Compare 86 commits »
haheute created pull request friendica/friendica-wp-theme#11 2024-03-25 17:36:19 +01:00
Always have some margin left and right of the page content.
haheute created branch width-and-missing-space in haheute/friendica-wp-theme 2024-03-25 17:26:11 +01:00
haheute pushed to width-and-missing-space at haheute/friendica-wp-theme 2024-03-25 17:26:11 +01:00
cf37ab239e Always have some margin left and right of the page content.
haheute created repository haheute/friendica-wp-theme 2024-03-25 16:56:49 +01:00
haheute commented on issue friendica/friendica-wp-theme#10 2024-03-25 15:51:43 +01:00
At certain viewport width, there is no margin or padding to the left and right sides

Yes, I believe it is this CSS rule:

@media screen and (max-width: 1280px) {
  .inner {
    max-width: 90%;
  }
}

But I'm not sure what to do about it.. Or how to change it..…

haheute commented on issue friendica/friendica-wp-theme#10 2024-03-25 15:38:53 +01:00
At certain viewport width, there is no margin or padding to the left and right sides

I guess I wrote not the exact correct width. I think it begins at 1280px width.. not at 1250px.. my fault.. But you can see what I mean when you resize the browser window.