mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-12-27 00:59:00 +01:00
[refactor] improve link display
This commit is contained in:
parent
e5faa724fd
commit
bb8980e303
@ -310,42 +310,6 @@
|
|||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-link-display-alignment-topleft .link-display {
|
|
||||||
transform-origin: top left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.is-link-display-alignment-topcenter .link-display {
|
|
||||||
transform-origin: top center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.is-link-display-alignment-topright .link-display {
|
|
||||||
transform-origin: top right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.is-link-display-alignment-centerleft .link-display {
|
|
||||||
transform-origin: center left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.is-link-display-alignment-centercenter .link-display {
|
|
||||||
transform-origin: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.is-link-display-alignment-centerright .link-display {
|
|
||||||
transform-origin: center right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.is-link-display-alignment-bottomleft .link-display {
|
|
||||||
transform-origin: bottom left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.is-link-display-alignment-bottomcenter .link-display {
|
|
||||||
transform-origin: bottom center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.is-link-display-alignment-bottomright .link-display {
|
|
||||||
transform-origin: bottom right;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* vertical letcon name */
|
/* vertical letcon name */
|
||||||
.is-link-item-display-direction-vertical.is-link-item-display-order-letconname.is-link-display-alignment-topleft .link-display {
|
.is-link-item-display-direction-vertical.is-link-item-display-order-letconname.is-link-display-alignment-topleft .link-display {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
@ -666,10 +630,6 @@
|
|||||||
color: rgb(var(--theme-style-text));
|
color: rgb(var(--theme-style-text));
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-link-style-list .link-display-name {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* link panel back */
|
/* link panel back */
|
||||||
.link-panel-back {
|
.link-panel-back {
|
||||||
background-color: rgb(var(--theme-accent));
|
background-color: rgb(var(--theme-accent));
|
||||||
|
Loading…
Reference in New Issue
Block a user