diff options
author | Mostafa Ahangarha <ahangarha@riseup.net> | 2023-12-23 19:46:25 +0330 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-08-29 08:32:47 +0000 |
commit | c5baf3d7ef2715def79ff7734d505c56bb20012c (patch) | |
tree | 842bdc35602ea21ec909137c05ba2765450a54b0 /core/src | |
parent | 26f4b97b2bf872f65c15dc21a7410fe23f11d253 (diff) | |
download | nextcloud-server-c5baf3d7ef2715def79ff7734d505c56bb20012c.tar.gz nextcloud-server-c5baf3d7ef2715def79ff7734d505c56bb20012c.zip |
Fix: float and clear
Fix other background-positions
Minor fix in link button icon position
Update header left and right to start and end
Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/components/MainMenu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/components/MainMenu.js b/core/src/components/MainMenu.js index 0799a6eabc4..21a0b6a772f 100644 --- a/core/src/components/MainMenu.js +++ b/core/src/components/MainMenu.js @@ -17,7 +17,7 @@ export const setUp = () => { }, }) - const container = document.getElementById('header-left__appmenu') + const container = document.getElementById('header-start__appmenu') if (!container) { // no container, possibly we're on a public page return |