mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Add German translation (#77)
* Add German translation popupMediaSelectCastLabel is intentionally left blank due to German grammar. * Fix receiver selector spacing for blank labels
This commit is contained in:
committed by
Matt Hensman
parent
347ed58a85
commit
d96b45cca8
@@ -11,16 +11,28 @@ body {
|
||||
padding: 0.75em 0;
|
||||
}
|
||||
|
||||
.media-select-dropdown {
|
||||
.media-select__label-cast,
|
||||
.media-select__label-to {
|
||||
display: inline-block;
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
.media-select__label-cast:not(:empty) {
|
||||
margin-inline-end: 0.5em;
|
||||
}
|
||||
.media-select__label-to:not(:empty) {
|
||||
margin-inline-start: 0.5em;
|
||||
}
|
||||
|
||||
.media-select__dropdown {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
.receivers {
|
||||
list-style: none;
|
||||
margin: initial;
|
||||
padding: initial;
|
||||
}
|
||||
|
||||
.receiver {
|
||||
column-gap: 0.75em;
|
||||
display: grid;
|
||||
@@ -35,30 +47,29 @@ body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
.receiver:not(:last-child) {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.receiver-name,
|
||||
.receiver-address {
|
||||
.receiver__name,
|
||||
.receiver__address {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.receiver-name {
|
||||
.receiver__name {
|
||||
font-size: 1.1em;
|
||||
grid-area: name;
|
||||
}
|
||||
.receiver-address {
|
||||
.receiver__address {
|
||||
color: GrayText;
|
||||
grid-area: address;
|
||||
}
|
||||
.receiver-status {
|
||||
.receiver__status {
|
||||
grid-area: status;
|
||||
}
|
||||
.receiver-connect {
|
||||
.receiver__connect {
|
||||
align-self: center;
|
||||
grid-area: connect;
|
||||
justify-self: end;
|
||||
|
||||
Reference in New Issue
Block a user