equal
deleted
inserted
replaced
164 color: inherit; |
164 color: inherit; |
165 } |
165 } |
166 |
166 |
167 .player-component #audio .meta .title, |
167 .player-component #audio .meta .title, |
168 .player-component #audio .meta .author { |
168 .player-component #audio .meta .author { |
169 |
169 position: relative; |
170 } |
170 height: 22px; |
171 |
171 text-overflow: clip; |
172 |
172 } |
|
173 |
|
174 .player-component #audio .meta .title span, |
|
175 .player-component #audio .meta .author span { |
|
176 position: absolute; |
|
177 overflow: auto; |
|
178 text-overflow: initial; |
|
179 } |
173 |
180 |
174 .player-component #audio .meta .title { |
181 .player-component #audio .meta .title { |
175 font-weight: bold; |
182 font-weight: bold; |
176 } |
183 } |
177 |
184 |