Merge remote-tracking branch 'upstream/main'
This commit is contained in:
@@ -81,8 +81,8 @@ template $Game : Box {
|
||||
ellipsize: end;
|
||||
hexpand: true;
|
||||
halign: start;
|
||||
margin-top: 14;
|
||||
margin-bottom: 14;
|
||||
margin-top: 15;
|
||||
margin-bottom: 15;
|
||||
margin-start: 12;
|
||||
margin-end: 12;
|
||||
}
|
||||
|
||||
@@ -147,7 +147,7 @@ template $CartridgesWindow : Adw.ApplicationWindow {
|
||||
|
||||
Box {
|
||||
orientation: horizontal;
|
||||
margin-top: 16;
|
||||
margin-top: 15;
|
||||
hexpand: true;
|
||||
halign: start;
|
||||
|
||||
@@ -285,10 +285,10 @@ template $CartridgesWindow : Adw.ApplicationWindow {
|
||||
valign: start;
|
||||
column-spacing: 12;
|
||||
row-spacing: 12;
|
||||
margin-top: 16;
|
||||
margin-bottom: 16;
|
||||
margin-start: 16;
|
||||
margin-end: 16;
|
||||
margin-top: 15;
|
||||
margin-bottom: 15;
|
||||
margin-start: 15;
|
||||
margin-end: 15;
|
||||
selection-mode: none;
|
||||
}
|
||||
}
|
||||
@@ -351,10 +351,10 @@ template $CartridgesWindow : Adw.ApplicationWindow {
|
||||
valign: start;
|
||||
column-spacing: 12;
|
||||
row-spacing: 12;
|
||||
margin-top: 16;
|
||||
margin-bottom: 16;
|
||||
margin-start: 16;
|
||||
margin-end: 16;
|
||||
margin-top: 15;
|
||||
margin-bottom: 15;
|
||||
margin-start: 15;
|
||||
margin-end: 15;
|
||||
selection-mode: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user