Fixes the weird cut cards on the new FD layout
KAYAK & momondo new FD's cards fix by rac82
Details
Authorrac82
LicenseNo License
Categoryhttps://www.kayak.com/
Created
Updated
Size825 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Travel Sites (Kayak, Momondo, Swoodoo, HotelsCombined, Checkfelix)
@namespace github.com/openstyles/stylus
@version 1.3.0
@description A userstyle for Kayak, Momondo, Swoodoo, HotelsCombined, and Checkfelix sites with specific styles for HotelsCombined
@author Me
==/UserStyle== */
/* For Kayak, Momondo, Swoodoo, and Checkfelix */
@-moz-document regexp("^https://(www\\.)?(kayak|momondo|swoodoo|checkfelix)\\.[a-z]{2,}(\\.[a-z]{2,})?(/.*)?$") {
.kml-layout.edges {
padding-right: 0;
}
.M3KI .M3KI-slide {
margin-right: 12px;
}
}
/* For HotelsCombined only */
@-moz-document regexp("^https://(www\\.)?hotelscombined\\.[a-z]{2,}(\\.[a-z]{2,})?(/.*)?$") {
.kml-layout.edges {
max-width: min(100%, 1318px) !important;
}
}