mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fit whitelisted option label column to content
This commit is contained in:
@@ -394,13 +394,17 @@ button.ghost:not(:hover) {
|
||||
.whitelist__expanded {
|
||||
border-top: 1px solid var(--border-color);
|
||||
display: grid;
|
||||
grid-template-columns: 80px minmax(0, 1fr);
|
||||
grid-template-columns: max-content 1fr;
|
||||
grid-column-gap: 10px;
|
||||
grid-row-gap: 5px;
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.whitelist__expanded .option:not(.option--inline) .option__label {
|
||||
max-width: 80px;
|
||||
}
|
||||
|
||||
.translator__tag {
|
||||
color: #0a84ff;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user