From 6662b254b198aac88a5f76d4225ce89c216cda0c Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Tue, 5 May 2020 22:45:28 +0200 Subject: [PATCH 1/2] Fix no services tip message appearing in front of loaded services --- resources/style/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/style/index.css b/resources/style/index.css index c51069f..ae1243a 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -255,6 +255,7 @@ body { #services > #empty-message { display: flex !important; position: absolute; + z-index: -1; bottom: 0; width: 100%; justify-content: center; From 4535469d915eee2a0cc192d3a799462eb47d6e69 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Tue, 5 May 2020 22:45:47 +0200 Subject: [PATCH 2/2] Version 0.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9fabb5..f8cb64b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabs", - "version": "0.7.0", + "version": "0.7.1", "description": "Persistent and separate browser tabs in one window.", "author": { "name": "Alice Gaudon",