Compare commits

..

No commits in common. "fe2576c24edfbff8bbcc7c4fb1451b34520c34d3" and "26d9a8621db5ce9b3c544c867067508db760e46c" have entirely different histories.

4 changed files with 7 additions and 36 deletions

View File

@ -120,11 +120,8 @@
> >
<a <a
:href="`/login?r=${encodeURIComponent(currentPath)}`" :href="`/login?r=${encodeURIComponent(currentPath)}`"
class="login button button-submit nolink" class="login button button-submit"
> >Log in</a>
<span class="login-text">Log in</span>
<Icon icon="enter" />
</a>
</div> </div>
</div> </div>
</header> </header>
@ -175,6 +172,7 @@ async function logout() {
.logo { .logo {
display: flex; display: flex;
width: 8rem; width: 8rem;
height: 3rem;
box-sizing: border-box; box-sizing: border-box;
padding: .75rem; padding: .75rem;
margin-right: 1rem; margin-right: 1rem;
@ -284,14 +282,7 @@ async function logout() {
} }
.login { .login {
display: flex; text-decoration: none;
align-items: center;
.icon {
display: none;
padding: 0;
fill: var(--text-light);
}
} }
.menu { .menu {
@ -357,21 +348,5 @@ async function logout() {
width: 0; width: 0;
flex-grow: 1; flex-grow: 1;
} }
.logo {
margin-right: .75rem;
}
.userpanel {
padding-left: 1rem;
}
.login-text {
display: none;
}
.login .icon {
display: block;
}
} }
</style> </style>

View File

@ -339,10 +339,6 @@ function updateFilter(prop, value, reload = true) {
.scenes { .scenes {
grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr)); grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
} }
.scopes {
justify-content: center;
}
} }
@media(--small-20) { @media(--small-20) {

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "traxxx-web", "name": "traxxx-web",
"version": "0.10.1", "version": "0.10.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.10.1", "version": "0.10.0",
"dependencies": { "dependencies": {
"@brillout/json-serializer": "^0.5.8", "@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5", "@dicebear/collection": "^7.0.5",

View File

@ -70,5 +70,5 @@
"postcss-custom-media": "^10.0.2", "postcss-custom-media": "^10.0.2",
"postcss-nesting": "^12.0.2" "postcss-nesting": "^12.0.2"
}, },
"version": "0.10.1" "version": "0.10.0"
} }