Fix logo centering (#4945)

This commit is contained in:
Matt Rubens 2025-06-20 12:56:35 -04:00 committed by GitHub
parent b31250d128
commit d1eecb9084
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 27 additions and 11 deletions

View file

@ -7,17 +7,20 @@ const RooHero = () => {
})
return (
<div
style={{
backgroundColor: "var(--vscode-foreground)",
WebkitMaskImage: `url('${imagesBaseUri}/roo-logo.svg')`,
WebkitMaskRepeat: "no-repeat",
WebkitMaskSize: "contain",
maskImage: `url('${imagesBaseUri}/roo-logo.svg')`,
maskRepeat: "no-repeat",
maskSize: "contain",
}}>
<img src={imagesBaseUri + "/roo-logo.svg"} alt="Roo logo" className="h-8 opacity-0" />
<div className="flex flex-col items-center justify-center pb-4 forced-color-adjust-none">
<div
style={{
backgroundColor: "var(--vscode-foreground)",
WebkitMaskImage: `url('${imagesBaseUri}/roo-logo.svg')`,
WebkitMaskRepeat: "no-repeat",
WebkitMaskSize: "contain",
maskImage: `url('${imagesBaseUri}/roo-logo.svg')`,
maskRepeat: "no-repeat",
maskSize: "contain",
}}
className="mx-auto">
<img src={imagesBaseUri + "/roo-logo.svg"} alt="Roo logo" className="h-8 opacity-0" />
</div>
</div>
)
}

View file

@ -1,4 +1,5 @@
{
"recentTasks": "Recent Tasks",
"history": "History",
"exitSelectionMode": "Exit Selection Mode",
"enterSelectionMode": "Enter Selection Mode",

View file

@ -1,4 +1,5 @@
{
"recentTasks": "हाल के कार्य",
"history": "इतिहास",
"exitSelectionMode": "चयन मोड से बाहर निकलें",
"enterSelectionMode": "चयन मोड में प्रवेश करें",

View file

@ -1,4 +1,5 @@
{
"recentTasks": "Attività recenti",
"history": "Cronologia",
"exitSelectionMode": "Esci dalla modalità selezione",
"enterSelectionMode": "Entra in modalità selezione",

View file

@ -1,4 +1,5 @@
{
"recentTasks": "最近のタスク",
"history": "履歴",
"exitSelectionMode": "選択モードを終了",
"enterSelectionMode": "選択モードに入る",

View file

@ -1,4 +1,5 @@
{
"recentTasks": "최근 작업",
"history": "기록",
"exitSelectionMode": "선택 모드 종료",
"enterSelectionMode": "선택 모드 진입",

View file

@ -1,4 +1,5 @@
{
"recentTasks": "Recente taken",
"history": "Geschiedenis",
"exitSelectionMode": "Selectiemodus verlaten",
"enterSelectionMode": "Selectiemodus starten",

View file

@ -1,4 +1,5 @@
{
"recentTasks": "Ostatnie zadania",
"history": "Historia",
"exitSelectionMode": "Wyłącz tryb wyboru",
"enterSelectionMode": "Włącz tryb wyboru",

View file

@ -1,4 +1,5 @@
{
"recentTasks": "Tarefas recentes",
"history": "Histórico",
"exitSelectionMode": "Sair do modo de seleção",
"enterSelectionMode": "Entrar no modo de seleção",

View file

@ -1,4 +1,5 @@
{
"recentTasks": "Недавние задачи",
"history": "История",
"exitSelectionMode": "Выйти из режима выбора",
"enterSelectionMode": "Войти в режим выбора",

View file

@ -1,4 +1,5 @@
{
"recentTasks": "Son görevler",
"history": "Geçmiş",
"exitSelectionMode": "Seçim Modundan Çık",
"enterSelectionMode": "Seçim Moduna Gir",

View file

@ -1,4 +1,5 @@
{
"recentTasks": "Nhiệm vụ gần đây",
"history": "Lịch sử",
"exitSelectionMode": "Thoát chế độ chọn",
"enterSelectionMode": "Vào chế độ chọn",

View file

@ -1,4 +1,5 @@
{
"recentTasks": "最近任务",
"history": "历史记录",
"exitSelectionMode": "退出多选模式",
"enterSelectionMode": "进入多选模式",

View file

@ -1,4 +1,5 @@
{
"recentTasks": "最近工作",
"history": "歷史記錄",
"exitSelectionMode": "離開選擇模式",
"enterSelectionMode": "進入選擇模式",