瀏覽代碼

Change layout for the share options on mobile (#1645)

* Change layout for the share options on mobile

Before, it was impossible to click on links to share on small screens.
Now, all dropdowns are opened at the bottom of the screen and stays there.

Linked to #1506

* Change rule for border-radius
Alexis Degrugillier 8 年之前
父節點
當前提交
47abdd051c
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      p/themes/base-theme/template.css

+ 9 - 0
p/themes/base-theme/template.css

@@ -835,6 +835,15 @@ input:checked + .slide-container .properties {
 	.no-mobile {
 		display: none;
 	}
+	.dropdown .dropdown-menu {
+		border-radius: 0;
+		bottom: 0;
+		position: fixed;
+		width: 100%;
+	}
+	.dropdown-menu::after {
+		display: none;
+	}
 	.aside .toggle_aside,
 	.nav-login {
 		display: block;