Add UI for share by token

This commit is contained in:
Max Berger
2026-02-22 22:52:28 +01:00
parent f5e42cdeff
commit b7bc0538d2
17 changed files with 574 additions and 93 deletions

View File

@@ -39,6 +39,14 @@ main{
color: #484848;
}
.container h2{
margin: 0;
width: 100%;
text-align: left;
color: #484848;
font-size: 1.5em;
}
#loginscene .infcloudlink{
margin: 0;
width: 100%;
@@ -303,6 +311,29 @@ main{
filter: invert(1);
}
.small_icon{
width: 1em;
height: 1em;
filter: invert(1);
}
.med_icon{
width: 1.5em;
height: 1.5em;
}
.badge_icon{
width: 1em;
height: 1em;
position: absolute;
top: -5px;
right: -5px;
filter: invert(1);
border-radius: 50%;
background-color: white;
}
.smalltext{
font-size: 75% !important;
}
@@ -345,6 +376,7 @@ button{
margin-left: 10px;
background: black;
cursor: pointer;
position: relative;
}
input, select{
@@ -360,6 +392,10 @@ input, select{
outline: none !important;
}
input.inline {
margin-bottom: 0 !important;
}
input[type=text], input[type=password]{
width: calc(100% - 30px);
}
@@ -414,6 +450,12 @@ button.blue:active, a.blue:active{
cursor: pointer !important;
}
button.inline {
padding-inline: 1px;
min-width: 2em;
margin: 0;
}
@media only screen and (max-width: 600px) {
#collectionsscene{
flex-direction: column !important;