mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
ui tweaks
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
animation: 0.5s ease-out fadeIn;
|
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 {
|
&>div {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
@@ -3,7 +3,7 @@ div
|
|||||||
h1.tabby-title Tabby
|
h1.tabby-title Tabby
|
||||||
sup α
|
sup α
|
||||||
|
|
||||||
.list-group.list-group-light
|
.list-group.list-group-light.mb-4
|
||||||
a.list-group-item.list-group-item-action.d-flex(
|
a.list-group-item.list-group-item-action.d-flex(
|
||||||
*ngFor='let button of getButtons(); trackBy: buttonsTrackBy',
|
*ngFor='let button of getButtons(); trackBy: buttonsTrackBy',
|
||||||
(click)='button.click()',
|
(click)='button.click()',
|
||||||
|
Reference in New Issue
Block a user