mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Add license + contributor info to options page
This commit is contained in:
@@ -330,3 +330,64 @@
|
||||
.editable-list__add-button {
|
||||
margin-inline-end: auto;
|
||||
}
|
||||
|
||||
|
||||
.about {
|
||||
border-radius: 5px;
|
||||
margin-top: 30px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.about > summary {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.about,
|
||||
.about > summary {
|
||||
background-color: rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.about__container {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.about h1,
|
||||
.about h2,
|
||||
.about h3,
|
||||
.about h4,
|
||||
.about h5,
|
||||
.about h6 {
|
||||
display: inline-block;
|
||||
font: inherit;
|
||||
font-weight: bold;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.about hr {
|
||||
border: initial;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.25);
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.about__license-text {
|
||||
cursor: text;
|
||||
font-family: monospace;
|
||||
pointer-events: initial;
|
||||
user-select: text;
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.about__translators > ul {
|
||||
margin: initial;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.translator__tag {
|
||||
color: #0a84ff;
|
||||
display: inline-block;
|
||||
font-size: 80%;
|
||||
font-weight: bold;
|
||||
margin-inline-start: 2px;
|
||||
text-transform: uppercase;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user