From 2142770a5b0d591ef1a637bc7e21e985fb978e76 Mon Sep 17 00:00:00 2001 From: Aine Date: Tue, 3 Sep 2024 13:46:31 +0300 Subject: [PATCH] Fix footer overlapping content This is almost a copy of https://github.com/Awesome-Technologies/synapse-admin/issues/574#issue-2406841809 suggestion, authored by @ll-SKY-ll --- .github/workflows/workflow.yml | 2 +- README.md | 1 + index.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1083750..e16298c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -4,7 +4,7 @@ on: branches: [ "main" ] env: upstream_version: v0.10.3 - etke_version: etke5 + etke_version: etke6 bunny_version: v0.1.0 permissions: checks: write diff --git a/README.md b/README.md index 67c9a93..1aacb7f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The following changes are already implemented: * [Add identifier when authorizing with password](https://github.com/Awesome-Technologies/synapse-admin/pull/601) * [Add ability to toggle whether to show locked users](https://github.com/Awesome-Technologies/synapse-admin/pull/573) * [Fix user's display name in header on user's page](https://github.com/etkecc/synapse-admin/pull/9) +* [Fix footer overlapping content](https://github.com/Awesome-Technologies/synapse-admin/issues/574) _the list will be updated as new changes are added_ diff --git a/index.html b/index.html index e7e325e..c6933ee 100644 --- a/index.html +++ b/index.html @@ -121,7 +121,7 @@