summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--css/settings.css2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf77a5710..991a5d4ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## Unreleased
+
+### Removed
+
+- Dropped support for Nextcloud 11
+- Adjusted navigation area to fit Nextcloud 12 design
+
## 10.2.0
### Added
diff --git a/css/settings.css b/css/settings.css
index cba254fe4..1a1f631b7 100644
--- a/css/settings.css
+++ b/css/settings.css
@@ -58,7 +58,7 @@
#app-settings .import-export button,
#app-settings .import-export a {
- width: 110px;
+ width: 106px;
height: 30px;
margin: 0;
vertical-align: middle;