put share button under menu

This commit is contained in:
Robin Appelman 2024-11-30 23:30:44 +01:00
commit 9c82b445a3
2 changed files with 53 additions and 37 deletions

View file

@ -22,17 +22,17 @@
}
}
& .share-session {
& button.share-session {
background: transparent;
color: var(--primary-color);
font-size: 200%;
width: 24px;
padding-left: 32px;
height: 24px;
margin: 10px;
border: none;
cursor: pointer;
background-image: url("inline://images//link_white.svg");
background-size: contain;
background-repeat: no-repeat;
&:active, &:focus {
outline: none;
@ -43,9 +43,9 @@
color: var(--primary-color);
background-color: var(--text-secondary);
padding: 5px;
margin-top: 0;
border: 1px #888 solid;
border-radius: 5px;
margin-top: -3px;
&:active, &:focus {
outline: none;
@ -64,4 +64,19 @@
.clients {
margin-left: 10px;
}
}
summary {
font-size: 120%;
margin: 5px;
margin-left: 10px;
}
summary::marker {
content: '';
}
ul {
padding: 0;
margin: 0;
}
}