Sidebar and tierlist changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user