Displays a tab view in the config modal, with raw YAML for downloading
This commit is contained in:
@@ -100,7 +100,6 @@ export default {
|
||||
|
||||
.item {
|
||||
flex-grow: 1;
|
||||
position: relative;
|
||||
color: var(--item-text-color);
|
||||
vertical-align: middle;
|
||||
margin: 0.5rem;
|
||||
@@ -116,6 +115,7 @@ export default {
|
||||
&:hover {
|
||||
box-shadow: var(--item-hover-shadow);
|
||||
background: var(--item-background-hover);
|
||||
position: relative;
|
||||
}
|
||||
&:focus {
|
||||
outline: 2px solid var(--primary);
|
||||
|
||||
@@ -99,7 +99,7 @@ export default {
|
||||
<style lang="scss">
|
||||
.tile-icon {
|
||||
width: 60px;
|
||||
filter: var(--item-icon-transform);
|
||||
// filter: var(--item-icon-transform);
|
||||
&.broken { display: none; }
|
||||
}
|
||||
i.fas, i.fab, i.far, i.fal, i.fad {
|
||||
|
||||
Reference in New Issue
Block a user