From b94a9436948d70aa22c640fe960a47b171aa83d1 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 25 Sep 2021 00:07:33 +0200 Subject: [PATCH] ui tweaks --- app/src/preload.scss | 3 ++- tabby-core/src/components/startPage.component.pug | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/preload.scss b/app/src/preload.scss index 6315e9ac..c86f7e21 100644 --- a/app/src/preload.scss +++ b/app/src/preload.scss @@ -7,7 +7,8 @@ height: 100vh; display: flex; animation: 0.5s ease-out fadeIn; - background: radial-gradient(#3a66820a 0%, #000e17 30%, black 100%); + background-image: radial-gradient(#3a66820a 0%, #000e17 30%, black 100%); + background-color: black; &>div { width: 200px; diff --git a/tabby-core/src/components/startPage.component.pug b/tabby-core/src/components/startPage.component.pug index fe432d41..b4d412fe 100644 --- a/tabby-core/src/components/startPage.component.pug +++ b/tabby-core/src/components/startPage.component.pug @@ -3,7 +3,7 @@ div h1.tabby-title Tabby sup α - .list-group.list-group-light + .list-group.list-group-light.mb-4 a.list-group-item.list-group-item-action.d-flex( *ngFor='let button of getButtons(); trackBy: buttonsTrackBy', (click)='button.click()',