Tweaked scene and actor tile design, tags grid breakpoints.

This commit is contained in:
DebaucheryLibrarian
2021-10-31 00:31:18 +02:00
parent b764fdec85
commit d1e05915b5
5 changed files with 116 additions and 50 deletions

View File

@@ -214,7 +214,7 @@ export default {
display: inline-block;
position: relative;
box-shadow: 0 0 3px var(--darken-weak);
background: var(--background);
background: var(--info);
overflow: hidden;
&::before {
@@ -237,12 +237,8 @@ export default {
position: absolute;
top: 0;
left: 0;
color: var(--text);
color: var(--text-light);
text-decoration: none;
&:hover {
color: var(--primary);
}
}
.handle {
@@ -253,7 +249,8 @@ export default {
box-shadow: 0 0 3px var(--shadow);
.name {
padding: .5rem;
padding: .25rem .5rem;
font-size: .9rem;
}
.alias {