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