fix pictureinpicture sound icon
This commit is contained in:
parent
7da36adeb3
commit
ce983b42e6
1 changed files with 12 additions and 1 deletions
|
@ -114,7 +114,8 @@
|
||||||
.tab-icon-image,
|
.tab-icon-image,
|
||||||
.tab-sharing-icon-overlay,
|
.tab-sharing-icon-overlay,
|
||||||
.tab-icon-sound,
|
.tab-icon-sound,
|
||||||
.tab-close-button {
|
.tab-close-button,
|
||||||
|
.tab-icon-stack {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -287,6 +288,16 @@
|
||||||
margin-inline-start: -16px !important;
|
margin-inline-start: -16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-icon-overlay {
|
||||||
|
border-radius: 2px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-icon-overlay[pictureinpicture] {
|
||||||
|
margin: 0 !important;
|
||||||
|
top: -4px !important;
|
||||||
|
inset-inline-end: -8px !important;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes rotate-360 {
|
@keyframes rotate-360 {
|
||||||
0% {
|
0% {
|
||||||
transform: rotate(0);
|
transform: rotate(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue