1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 06:57:53 +00:00
Files
matomo/plugins/Marketplace/stylesheets/marketplace-widget.less
Stefan Giehl d0b89d2cf0 Replace jQuery.dotdotdot with pure CSS (#22115)
* Remove jQuery.dotdotdot

* Replace jQuery.dotdotdot usage with pure css

* add changelog entry

* remove dotdotdot from tests
2024-04-16 10:26:30 +02:00

69 خطوط
1.2 KiB
Plaintext

.uiTest .getNewPlugins {
.row {
display: none;
}
}
.getPremiumFeatures {
h3 {
margin-top: 0;
}
.pluginBody {
margin-bottom: 32px;
display: inline-block;
.pluginMoreDetails {
line-height:3em;
}
}
.row {
margin-left: -12px;
margin-right: -12px;
}
}
.getNewPlugins {
.pluginName {
cursor: pointer;
}
.widgetBody {
margin-bottom: 20px;
}
.screenshot {
cursor: pointer;
}
&:not(.isAdminPage) {
h3 {
padding-left: 0 !important;
padding-top: 5px !important;
}
}
&.isAdminPage {
h3 {
margin-top:0;
margin-bottom: 8px;
}
.description {
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
padding-bottom: 0;
margin-bottom: 12px;
}
.row {
margin-left: -12px;
margin-right: -12px;
}
.screenshot {
max-height: 250px;
object-fit: cover;
}
}
}