79 lines
1.5 KiB
CSS
79 lines
1.5 KiB
CSS
|
.shc-lock-screen-container {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.shc-lock-screen-container > * {
|
||
|
margin: 5px;
|
||
|
}
|
||
|
|
||
|
.shc-lock-screen-logo {
|
||
|
width: 180px;
|
||
|
height: 180px;
|
||
|
}
|
||
|
|
||
|
.shc-lock-screen-heading-container {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.shc-lock-screen-heading-container > * {
|
||
|
margin: inherit;
|
||
|
}
|
||
|
|
||
|
.shc-lock-screen-heading-nsfw-icon > path {
|
||
|
fill: var(--text-normal);
|
||
|
fill-rule: evenodd;
|
||
|
}
|
||
|
|
||
|
.shc-lock-screen-topic-container {
|
||
|
color: var(--text-normal);
|
||
|
background-color: var(--background-secondary);
|
||
|
border-radius: 5px;
|
||
|
padding: 5px;
|
||
|
max-width: 70vw;
|
||
|
}
|
||
|
|
||
|
.shc-lock-screen-tags-container {
|
||
|
background-color: var(--background-secondary);
|
||
|
border-radius: 5px;
|
||
|
padding: 5px;
|
||
|
max-width: 70vw;
|
||
|
}
|
||
|
|
||
|
.shc-lock-screen-tags-container > * {
|
||
|
margin: inherit;
|
||
|
}
|
||
|
|
||
|
.shc-lock-screen-tags-container > [class^="tags"] {
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
|
||
|
.shc-evenodd-fill-current-color {
|
||
|
fill-rule: evenodd;
|
||
|
fill: currentcolor;
|
||
|
}
|
||
|
|
||
|
.shc-hidden-channel-icon {
|
||
|
margin-left: 6px;
|
||
|
z-index: 0;
|
||
|
cursor: not-allowed;
|
||
|
}
|
||
|
|
||
|
.shc-lock-screen-default-emoji-container {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.shc-lock-screen-default-emoji-container > [class^="emojiContainer"] {
|
||
|
background-color: var(--background-secondary);
|
||
|
border-radius: 8px;
|
||
|
padding: 3px 4px;
|
||
|
margin-left: 5px;
|
||
|
}
|