From 6f5e4a00588aefdda7a5a1cfe70935870e7e234a Mon Sep 17 00:00:00 2001 From: Bennett Date: Tue, 22 Sep 2020 20:56:48 +0200 Subject: Unpack recipes and update recipes icons (#292) Co-authored-by: Amine Mouafik --- recipes/threema/service.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/threema/service.css (limited to 'recipes/threema/service.css') diff --git a/recipes/threema/service.css b/recipes/threema/service.css new file mode 100644 index 0000000..6b15306 --- /dev/null +++ b/recipes/threema/service.css @@ -0,0 +1,17 @@ +header, #status-bar { + display: none; +} + +div#main-wrapper { + position: absolute; + height: 100%; + width: 100%; + margin: 0; + max-width: 100% !important; +} +div#main { + position: absolute; + height: 100%; + width: 100%; + border-radius: 0; +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf