mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Clean up media library style a tiny bit
This commit is contained in:
parent
a069f2efca
commit
55613cf295
2 changed files with 11 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#webamp-media-library {
|
||||
font-size: 10px;
|
||||
font-size: 11px;
|
||||
font-family: "MS Sans Serif", "Segoe UI", sans-serif;
|
||||
-webkit-font-smoothing: none;
|
||||
padding-right: 2px;
|
||||
|
|
@ -78,4 +78,11 @@
|
|||
cursor: inherit;
|
||||
/* TODO: I think only the center is supposed to stretch */
|
||||
background-size: 100% 18px;
|
||||
min-width: 53px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#webamp-media-library-track-summary-duration {
|
||||
/* This plus the margin-right on the button add up to 8px; */
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -87,7 +87,9 @@ class TracksTable extends React.Component<StateProps, State> {
|
|||
<button>Enqueue</button>
|
||||
<button>Play all</button>
|
||||
<button>Enqueue all</button>
|
||||
<span>1 item [3:25]</span>
|
||||
<span id="webamp-media-library-track-summary-duration">
|
||||
1 item [3:25]
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue