Sidebar and tierlist changes
All checks were successful
pipeline / build-and-push-images (push) Successful in 26s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-11-30 13:06:44 +01:00
parent e6d771a3a5
commit a56b81835f
5 changed files with 90 additions and 92 deletions

View File

@@ -3,7 +3,7 @@ import { LANE_IMAGES, lanePositionToIndex, POSITIONS_STR } from '~/utils/cdragon
defineProps<{
championName: String
championLanes: any
championLanes?: Array<LaneData>
}>()
const emit = defineEmits<{
stateChange: [state: String, lane: number]
@@ -44,11 +44,13 @@ function handleStateChange(newState : string, newLane: number) {
.sidebar-container {
background-color: #2B2826;
width: 300px;
height: 100%;
position: absolute;
/* height: 100%; */
flex-shrink: 0;
margin: 0px;
/* position: absolute;
top: 0px;
left: 0px;
left: 0px; */
}
.sidebar-link {
user-select: none;