Skip to content

Commit f17f35e

Browse files
author
MatthieuLP
committed
Added css for albums and tags found popin
1 parent 76715a5 commit f17f35e

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

css/hf_base.css

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,9 @@ li.path-ext-svg a img {
859859
color: #474747;
860860
}
861861

862-
.filter-manager-popin {
862+
.filter-manager-popin,
863+
.tags-found-popin,
864+
.albums-found-popin {
863865
position: fixed;
864866
z-index: 100;
865867
left: 0;
@@ -871,7 +873,9 @@ li.path-ext-svg a img {
871873
display: none;
872874
}
873875

874-
.filter-manager-popin-container {
876+
.filter-manager-popin-container,
877+
.tags-found-popin-container,
878+
.albums-found-popin-container {
875879
display:flex;
876880
position:absolute;
877881
left:50%;
@@ -886,7 +890,9 @@ li.path-ext-svg a img {
886890
background: white;
887891
}
888892

889-
.filter-manager-close {
893+
.filter-manager-close,
894+
.tags-found-close,
895+
.albums-found-close {
890896
position: absolute;
891897
right: -40px;
892898
top: -40px;
@@ -900,7 +906,9 @@ li.path-ext-svg a img {
900906
transform: rotate(90deg);
901907
}
902908

903-
.filter-manager-popin .mcs-popin-title {
909+
.filter-manager-popin .mcs-popin-title,
910+
.tags-found-popin .mcs-popin-title,
911+
.albums-found-popin .mcs-popin-title {
904912
width: 100%;
905913
font-size: 19px;
906914
color: #ff7700;

0 commit comments

Comments
 (0)