We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfc100 commit c4141ceCopy full SHA for c4141ce
content/panorama/styles/custom_game/hud.css
@@ -7,7 +7,14 @@
7
width: 500px;
8
height: 500px;
9
/* Using a background image already in dota */
10
- background-image: url("s2r://panorama/images/compendium/international2020/compendium/dashboard_panel_bg_psd.vtex");
+ background-image: url("s2r://panorama/images/loadingscreens/international_2023_ls_3/loadingscreen.vtex");
11
+ background-repeat: no-repeat;
12
+ background-position: center;
13
+ background-size: cover;
14
+
15
+ border-style: solid;
16
+ border-width: 3px;
17
+ border-color: rgb(0, 0, 0);
18
19
horizontal-align: center;
20
vertical-align: center;
0 commit comments