mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-10 00:22:30 +00:00
Refactor knife display logic in index.php to prioritize equipped knife skins and improve user interaction; update CSS to allow for expanded weapon and skin lists with enhanced scrolling behavior.
This commit is contained in:
@@ -725,10 +725,8 @@ body {
|
||||
}
|
||||
|
||||
.weapon-list.expanded {
|
||||
max-height: 300px;
|
||||
max-height: 2000px;
|
||||
padding: 0.5rem 0;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.weapon-container {
|
||||
@@ -796,10 +794,8 @@ body {
|
||||
}
|
||||
|
||||
.weapon-skins-grid.expanded {
|
||||
max-height: 250px;
|
||||
max-height: 2000px;
|
||||
padding: 1rem;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.skins-container {
|
||||
|
||||
Reference in New Issue
Block a user