mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Improve behavior of text when panes are too small
This commit is contained in:
parent
d57e3b3671
commit
c0726ade88
1 changed files with 11 additions and 0 deletions
|
|
@ -4,6 +4,12 @@
|
|||
-webkit-font-smoothing: none;
|
||||
padding-right: 2px;
|
||||
padding-bottom: 3px;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-webkit-touch-callout: none;
|
||||
-o-user-select: none;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
#webamp-media-library input {
|
||||
|
|
@ -52,6 +58,11 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#webamp-media-library .webamp-media-library-item {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#webamp-media-library button {
|
||||
border: none;
|
||||
color: inherit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue