Skip to content

Commit 76715a5

Browse files
author
MatthieuLP
committed
Added css for new albums and tags found button
1 parent 20bed28 commit 76715a5

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

css/hf_base.css

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,4 +1409,52 @@ li.path-ext-svg a img {
14091409
.clear-all.clickable {
14101410
color: #ff7700;
14111411
cursor: pointer;
1412+
}
1413+
1414+
.mcs-side-results {
1415+
display: flex;
1416+
flex-direction: row;
1417+
gap: 5px;
1418+
margin: 15px 0 0 15px;
1419+
}
1420+
1421+
.mcs-side-results > div {
1422+
background: #fafafa;
1423+
box-shadow: 0px 2px #00000024;
1424+
1425+
position: relative;
1426+
padding: 4px 10px;
1427+
border-radius: 5px;
1428+
font-weight: 600;
1429+
display: flex;
1430+
align-items: center;
1431+
cursor: pointer;
1432+
margin-right: 10px;
1433+
color: #777;
1434+
width: fit-content;
1435+
}
1436+
.mcs-side-results > div:hover {
1437+
background: #eee;
1438+
color: #777;
1439+
}
1440+
.mcs-side-results > div:active {
1441+
transform: translateY(2px);
1442+
box-shadow: none;
1443+
}
1444+
1445+
.mcs-side-results > div p{
1446+
margin: 0 0 0 10px;
1447+
white-space: nowrap;
1448+
font-size: 15px;
1449+
}
1450+
1451+
.mcs-side-results .mcs-side-badge {
1452+
border-radius: 25px;
1453+
font-weight: 700;
1454+
color: #fafafa;
1455+
margin-left: 5px;
1456+
padding: 2px 5px!important;
1457+
font-size: 10px;
1458+
1459+
background: #777;
14121460
}

0 commit comments

Comments
 (0)