mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-19 02:49:56 +00:00
theme fixes
This commit is contained in:
parent
e0e24878e2
commit
aaf6209d9f
@ -72,7 +72,7 @@ $tab-border-radius: 4px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
window-controls {
|
window-controls {
|
||||||
margin-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ div
|
|||||||
*ngFor='let button of getButtons()',
|
*ngFor='let button of getButtons()',
|
||||||
(click)='button.click()',
|
(click)='button.click()',
|
||||||
)
|
)
|
||||||
i([class]='"fa fa-fw fa-" + button.icon')
|
.d-flex.align-self-center([innerHTML]='button.icon')
|
||||||
span {{button.title}}
|
span {{button.title}}
|
||||||
|
|
||||||
footer
|
footer
|
||||||
|
@ -27,3 +27,11 @@ footer {
|
|||||||
a, button {
|
a, button {
|
||||||
-webkit-app-region: no-drag;
|
-webkit-app-region: no-drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-group-item ::ng-deep svg {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
margin-right: 10px;
|
||||||
|
fill: white;
|
||||||
|
fill-opacity: 0.75;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user