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
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
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
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
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..(?)…
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
?
Should group_text.php be renamed ?
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
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
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..…
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.