forked from Shinonome/dots-hyprland
styles: more spacing for api logo & settings
This commit is contained in:
@@ -132,7 +132,7 @@ const booruWelcome = Box({
|
|||||||
vexpand: true,
|
vexpand: true,
|
||||||
homogeneous: true,
|
homogeneous: true,
|
||||||
child: Box({
|
child: Box({
|
||||||
className: 'spacing-v-15',
|
className: 'spacing-v-15 margin-top-15 margin-bottom-15',
|
||||||
vpack: 'center',
|
vpack: 'center',
|
||||||
vertical: true,
|
vertical: true,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
@@ -241,7 +241,7 @@ const GPTWelcome = () => Box({
|
|||||||
vexpand: true,
|
vexpand: true,
|
||||||
homogeneous: true,
|
homogeneous: true,
|
||||||
child: Box({
|
child: Box({
|
||||||
className: 'spacing-v-15',
|
className: 'spacing-v-15 margin-top-15 margin-bottom-15',
|
||||||
vpack: 'center',
|
vpack: 'center',
|
||||||
vertical: true,
|
vertical: true,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ const geminiWelcome = Box({
|
|||||||
vexpand: true,
|
vexpand: true,
|
||||||
homogeneous: true,
|
homogeneous: true,
|
||||||
child: Box({
|
child: Box({
|
||||||
className: 'spacing-v-15',
|
className: 'spacing-v-15 margin-top-15 margin-bottom-15',
|
||||||
vpack: 'center',
|
vpack: 'center',
|
||||||
vertical: true,
|
vertical: true,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ const waifuWelcome = Box({
|
|||||||
vexpand: true,
|
vexpand: true,
|
||||||
homogeneous: true,
|
homogeneous: true,
|
||||||
child: Box({
|
child: Box({
|
||||||
className: 'spacing-v-15',
|
className: 'spacing-v-15 margin-top-15 margin-bottom-15',
|
||||||
vpack: 'center',
|
vpack: 'center',
|
||||||
vertical: true,
|
vertical: true,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user