Feat : Link streamers and recorders
This commit is contained in:
@@ -380,6 +380,19 @@ fieldset.group {
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 8px;
|
||||
}
|
||||
.link-button {
|
||||
align-self: flex-start;
|
||||
padding: 2px 0;
|
||||
background: transparent;
|
||||
border: none;
|
||||
color: var(--accent);
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.link-button:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
fieldset.group > legend {
|
||||
padding: 0 6px;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user