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 b79205d commit dfe8dccCopy full SHA for dfe8dcc
1 file changed
layout/pages/main-menu/base-menu.xml
@@ -96,7 +96,10 @@
96
</Panel>
97
98
<Panel class="horizontal-align-right flow-down m-3">
99
- <Panel class="horizontal-align-right flow-right">
+ <Panel class="bordered-window p-3" style="max-width: 512px;">
100
+ <Label class="horizontal-align-center text-align-center" html="true" text="#MainMenu_Graphics_Notice" />
101
+ </Panel>
102
+ <Panel class="horizontal-align-right flow-right mt-1">
103
<TooltipPanel tooltip="#MainMenu_Socials_GitHub">
104
<Button class="button button-2x" onactivate="SteamOverlayAPI.OpenURL('https://p2ce.org/issues')">
105
<Image class="button__icon" texturewidth="64" textureheight="64" src="file://{images}/social/github.svg" />
0 commit comments