aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/mobile.scss
diff options
context:
space:
mode:
authorMostafa Ahangarha <ahangarha@riseup.net>2023-12-23 19:46:25 +0330
committernextcloud-command <nextcloud-command@users.noreply.github.com>2024-08-29 08:32:47 +0000
commitc5baf3d7ef2715def79ff7734d505c56bb20012c (patch)
tree842bdc35602ea21ec909137c05ba2765450a54b0 /core/css/mobile.scss
parent26f4b97b2bf872f65c15dc21a7410fe23f11d253 (diff)
downloadnextcloud-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/css/mobile.scss')
-rw-r--r--core/css/mobile.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss
index 2b6514d0930..363aa63697d 100644
--- a/core/css/mobile.scss
+++ b/core/css/mobile.scss
@@ -132,7 +132,7 @@
}
@media only screen and (max-width: 480px) {
- #header .header-right > div > .menu {
+ #header .header-end > div > .menu {
max-width: calc(100vw - 10px);
position: fixed;
&::after {
@@ -140,7 +140,7 @@
}
}
/* Arrow directly child of menutoggle */
- #header .header-right > div {
+ #header .header-end > div {
&.openedMenu {
&::after {
display: block;