mod: adjustments
This commit is contained in:
@@ -2,6 +2,23 @@
|
||||
<interface>
|
||||
<requires lib="gtk" version="4.0"/>
|
||||
<menu id="app-menu">
|
||||
<section>
|
||||
<submenu>
|
||||
<attribute name="label" translatable="yes">_Appearance</attribute>
|
||||
<section>
|
||||
<item>
|
||||
<attribute name="label" translatable="yes">Follow _System</attribute>
|
||||
<attribute name="action">app.theme</attribute>
|
||||
<attribute name="target">system</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label" translatable="yes">_Dark</attribute>
|
||||
<attribute name="action">app.theme</attribute>
|
||||
<attribute name="target">dark</attribute>
|
||||
</item>
|
||||
</section>
|
||||
</submenu>
|
||||
</section>
|
||||
<section>
|
||||
<item>
|
||||
<attribute name="label" translatable="yes">_About SNES Patcher</attribute>
|
||||
|
||||
+12
-5
@@ -2,11 +2,6 @@
|
||||
min-width: 356px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-weight: 600;
|
||||
}
|
||||
@@ -21,3 +16,15 @@
|
||||
min-height: 48px;
|
||||
padding: 10px 12px;
|
||||
}
|
||||
|
||||
.intro-title {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
headerbar.titlebar {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-bottom: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user