Nightly: URL-Input-Text läuft nicht mehr über Download-Button (padding-right + ellipsis)
This commit is contained in:
parent
fa915fb522
commit
2e1342a58e
1 changed files with 8 additions and 0 deletions
|
|
@ -577,6 +577,14 @@ header p {
|
|||
}
|
||||
/* Soundbutton-Text minimal kräftiger als 500 */
|
||||
.sounds-flow .sound-btn > span { font-weight: 501 !important; }
|
||||
|
||||
/* URL Input mit Download Button - Text soll nicht über Button laufen */
|
||||
.input-field.pl-10.with-left-icon {
|
||||
padding-right: 100px !important; /* Platz für Download Button */
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.sound-wrap { position: relative; display: block; }
|
||||
.sound-wrap.row .sound { width: 100%; }
|
||||
.row-check { width: 18px; height: 18px; accent-color: #60a5fa; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue