• Joined on 2023-11-30
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.

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

This screenshot is only a part of the browser window to show the left edge or border of the browser. I have looked up the width in the firefox developer tools. I have looked at the body element…

haheute opened issue friendica/friendica-wp-theme#10 2024-03-25 15:27:38 +01:00
At certain viewport width, there is no margin or padding to the left and right sides
haheute created pull request friendica/friendica-addons#1462 2024-02-02 14:17:06 +01:00
remove .php from openstreetmap server in config to fix created links
haheute created branch openstreetmap in haheute/friendica-addons 2024-02-02 14:09:29 +01:00
haheute pushed to openstreetmap at haheute/friendica-addons 2024-02-02 14:09:29 +01:00
c9f985d842 remove .php from openstreetmap server in config to fix created links
haheute pushed to develop at haheute/friendica-addons 2024-01-23 19:17:34 +01:00
2452b05cc5 Merge pull request 'Tesseract: Improved detection' (#1459) from heluecht/friendica-addons:tesseract-languages into develop
8b35c9fddb Tesseract: Improved detection
446fd9b17b Merge pull request '[advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error' (#1455) from MrPetovan/friendica-addons:bug/13822-slim-php-8 into develop
a30e9b788c [advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error
b05a95cc45 Merge pull request 'Twitter: Fix error after posting' (#1458) from heluecht/friendica-addons:twitter-fix into develop
Compare 6 commits »
haheute created repository haheute/friendica-addons 2024-01-22 13:36:18 +01:00