Explorar o código

Changed to mobile panel to responsive size.

Yuin Chien %!s(int64=6) %!d(string=hai) anos
pai
achega
1e1effdbc9
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      files/main.css

+ 4 - 3
files/main.css

@@ -253,14 +253,15 @@ iframe {
 		bottom: 0;
 		background: white;
 		box-shadow: 0 0 8px rgba(0,0,0,.1);
-		width: 300px;
+		width: calc(100vw - 60px);
+		max-width: 360px;
 		z-index: 10000;
 		transition: .25s transform;
 		overflow-x: hidden;
-		margin-right: -320px;
+		margin-right: -380px;
 	}
 	#panel.open #contentWrapper {
-		transform: translate3d(-320px, 0 ,0);
+		transform: translate3d(-380px, 0 ,0);
 	}
 
 	iframe {