Remove width from dropdown-drop

This commit is contained in:
Konstantinos Triantafyllou 2023-02-20 17:12:08 +02:00
parent a83c675f25
commit 1afeb876a1
1 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@
@general-search-form-background-position: center bottom;
@general-download-from-border-radius: @global-border-radius;
@general-download-from-background-color: @ciel-color;
@general-download-from-background-color-hover: @ciel-color;
@general-tab-featured-tab: @global-primary-background;
@ -217,7 +217,6 @@ noscript, ol, section, table, tfoot, ul, video;
/* Download drop */
.download-drop {
width: unset;
.download-drop-item {
padding: 10px 20px;
@ -225,7 +224,7 @@ noscript, ol, section, table, tfoot, ul, video;
border-radius: @general-download-from-border-radius;
&:hover {
background: @general-download-from-background-color;
background: @general-download-from-background-color-hover;
}
}
}