Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions frontend/css/rivian-tires.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@
--rtg-star-empty: #2d3a49;
}

/* Force scrollbar visible so content loading doesn't shift the page */
html:has(#tireCards) {
overflow-y: scroll;
}
body.modal-open {
overflow: hidden;
}

/* === Mobile Filter Toggle === */
.toggle-filters-btn {
display: none;
Expand Down Expand Up @@ -2088,7 +2080,6 @@ a.rtg-review-card-title-link:hover {

/* === Print Styles === */
@media print {
body { background: #fff; color: #1a1a1a; }
.filter-wrapper, .sort-wrapper, .compare-bar, .toggle-filters-btn, .active-filters { display: none !important; }
.tire-card { border-color: #ddd; break-inside: avoid; }
.tire-card-brand { color: #333; }
Expand Down
2 changes: 1 addition & 1 deletion frontend/css/rivian-tires.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions rivian-tire-guide.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Rivian Tire Guide
* Description: Interactive tire guide for Rivian vehicles with filtering, comparison, and ratings.
* Version: 1.17.5
* Version: 1.17.6
* Author: RivianTrackr
* Text Domain: rivian-tire-guide
* Requires at least: 5.8
Expand All @@ -13,7 +13,7 @@
exit;
}

define( 'RTG_VERSION', '1.17.5' );
define( 'RTG_VERSION', '1.17.6' );
define( 'RTG_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'RTG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'RTG_PLUGIN_FILE', __FILE__ );
Expand Down