mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 20:36:35 +00:00
Tweak media player card controls
This commit is contained in:
parent
00e575259f
commit
f82f6629cc
@ -63,13 +63,18 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.primary {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
.controls paper-icon-button {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
paper-icon-button.primary {
|
||||
width: 56px !important;
|
||||
height: 56px !important;
|
||||
background-color: var(--primary-color);
|
||||
color: white;
|
||||
border-radius: 50%;
|
||||
padding: 5px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
[invisible] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user