This commit is contained in:
Roman Pyrih
2025-09-10 16:00:04 +02:00
parent abf88b7892
commit 19564974a2
7 changed files with 46 additions and 25 deletions

View File

@@ -1151,15 +1151,28 @@ p {
position: absolute;
padding-inline-start: 0;
list-style-type: none;
background: #ebebeb;
border: 1px solid $cGrayText;
border-radius: 5px;
background: #fff;
border: 0.5px solid #d8d8d8;
box-shadow: 0 4px 4px #e9e3de;
padding: 4px 0;
min-width: max-content;
right: 0;
li {
a {
font-size: 12px;
color: $cGrayText;
padding: 4px 12px;
padding: 5px;
margin: 2px 5px;
border-radius: 3px;
display: block;
transition: all 250ms ease-in-out;
&:hover {
background: $cYellow;
}
}
}
}