Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e55c29fa authored by Ronak Patel's avatar Ronak Patel
Browse files

css for toggle appp window

parent 44e21b0e
Loading
Loading
Loading
Loading
+7 −2
Original line number Original line Diff line number Diff line
@@ -1720,7 +1720,12 @@
		background-size: 40px;
		background-size: 40px;
	}
	}
	#launcher-menu {
	#launcher-menu {
		width: 300px;
		width: 300px  !important;
		left: 10%;
		left: 10%  !important;
	}
  }
  @media only screen and (max-width: 640px) {
	#launcher-menu {
		left: 5% !important;
	}
	}
  }
  }