.go { flex-shrink: 1; width: auto; font-size: 50px; -unity-text-align: middle-center; border-left-color: rgb(141, 157, 255); border-right-color: rgb(141, 157, 255); border-top-color: rgb(141, 157, 255); border-bottom-color: rgb(141, 157, 255); border-left-width: 3px; border-right-width: 3px; border-top-width: 3px; border-bottom-width: 3px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; background-color: rgba(91, 91, 91, 255); flex-grow: 1; } .mods_list { flex-grow: 1; justify-content: space-around; } #score { font-size: 50px; -unity-font-style: bold; -unity-text-align: middle-center; margin-left: 5px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px; } .mods_list > VisualElement { width: 100%; flex-grow: 1; -unity-background-scale-mode: scale-to-fit; margin-right: 0; margin-bottom: 5px; margin-top: 5px; max-height: 50%; } .go:hover { border-left-color: rgba(64, 72, 255, 255); border-right-color: rgba(64, 72, 255, 255); border-top-color: rgba(64, 72, 255, 255); border-bottom-color: rgba(64, 72, 255, 255); }