2023-02-08 20:54:11 +00:00
|
|
|
.shc-lock-screen-outer-container {
|
|
|
|
overflow: hidden scroll;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-02-01 11:11:05 +00:00
|
|
|
.shc-lock-screen-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
2023-02-08 20:54:11 +00:00
|
|
|
min-height: 100%;
|
2023-02-01 11:11:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2023-05-16 17:15:56 +00:00
|
|
|
.shc-lock-screen-heading-nsfw-icon {
|
|
|
|
color: var(--text-normal);
|
2023-02-01 11:11:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shc-lock-screen-topic-container {
|
|
|
|
color: var(--text-normal);
|
2023-04-05 20:44:03 +00:00
|
|
|
background: var(--bg-overlay-3, var(--background-secondary));
|
2023-02-01 11:11:05 +00:00
|
|
|
border-radius: 5px;
|
2023-02-08 20:54:11 +00:00
|
|
|
padding: 10px;
|
2023-02-01 11:11:05 +00:00
|
|
|
max-width: 70vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shc-lock-screen-tags-container {
|
2023-04-05 20:44:03 +00:00
|
|
|
background: var(--bg-overlay-3, var(--background-secondary));
|
2023-02-01 11:11:05 +00:00
|
|
|
border-radius: 5px;
|
2023-02-08 20:54:11 +00:00
|
|
|
padding: 10px;
|
2023-02-01 11:11:05 +00:00
|
|
|
max-width: 70vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shc-lock-screen-tags-container > * {
|
|
|
|
margin: inherit;
|
|
|
|
}
|
|
|
|
|
2023-02-08 20:54:11 +00:00
|
|
|
.shc-lock-screen-tags {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2023-02-01 11:11:05 +00:00
|
|
|
flex-wrap: wrap;
|
2023-02-08 20:54:11 +00:00
|
|
|
gap: 8px;
|
2023-02-01 11:11:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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"] {
|
2023-04-05 20:44:03 +00:00
|
|
|
background: var(--bg-overlay-3, var(--background-secondary));
|
2023-02-01 11:11:05 +00:00
|
|
|
border-radius: 8px;
|
2023-04-15 03:40:42 +00:00
|
|
|
padding: 5px 6px;
|
2023-02-01 11:11:05 +00:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2023-02-08 20:54:11 +00:00
|
|
|
|
|
|
|
.shc-lock-screen-allowed-users-and-roles-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
2023-04-05 20:44:03 +00:00
|
|
|
background: var(--bg-overlay-3, var(--background-secondary));
|
2023-02-08 20:54:11 +00:00
|
|
|
border-radius: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
max-width: 70vw;
|
|
|
|
}
|
|
|
|
|
2023-05-16 17:15:56 +00:00
|
|
|
.shc-lock-screen-allowed-users-and-roles-container-title {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shc-lock-screen-allowed-users-and-roles-container-toggle-btn {
|
|
|
|
all: unset;
|
|
|
|
margin-left: 5px;
|
|
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shc-lock-screen-allowed-users-and-roles-container-toggle-btn > svg {
|
|
|
|
color: var(--text-normal);
|
|
|
|
}
|
|
|
|
|
|
|
|
.shc-lock-screen-allowed-users-and-roles-container-permdetails-btn {
|
|
|
|
all: unset;
|
|
|
|
margin-right: 5px;
|
|
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shc-lock-screen-allowed-users-and-roles-container-permdetails-btn > svg {
|
|
|
|
color: var(--text-normal);
|
|
|
|
}
|
|
|
|
|
2023-02-08 20:54:11 +00:00
|
|
|
.shc-lock-screen-allowed-users-and-roles-container > [class^="members"] {
|
|
|
|
margin-left: 10px;
|
|
|
|
flex-wrap: wrap;
|
2023-03-21 06:07:16 +00:00
|
|
|
justify-content: center;
|
2023-02-08 20:54:11 +00:00
|
|
|
}
|