This commit is contained in:
Stephan Raabe
2024-06-20 17:31:08 +02:00
parent f9239bac72
commit 32e04e098c
2 changed files with 4 additions and 1 deletions

View File

@@ -205,8 +205,9 @@ window#waybar.empty #window {
#custom-chatgpt {
margin-right: 12px;
background-image: url("../assets/ai-icon.png");
background-repeat: no-repeat;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
padding-right: 24px;
}