Fixed issues

This commit is contained in:
vinceliuice
2022-05-05 17:53:22 +08:00
parent 7b4584e555
commit aba622fcb2
183 changed files with 7175 additions and 6596 deletions

View File

@@ -0,0 +1,8 @@
$variant: 'dark';
@import '../../../sass/variables';
@import '../../../sass/colors';
@import '../../../sass/gnome-shell/drawing';
@import '../../../sass/gnome-shell/common';
@import '../../../sass/gnome-shell/widgets-42-0';
@import '../../../sass/gnome-shell/extensions-40-0';

View File

@@ -0,0 +1,8 @@
$variant: 'light';
@import '../../../sass/variables';
@import '../../../sass/colors';
@import '../../../sass/gnome-shell/drawing';
@import '../../../sass/gnome-shell/common';
@import '../../../sass/gnome-shell/widgets-42-0';
@import '../../../sass/gnome-shell/extensions-40-0';

View File

@@ -51,7 +51,7 @@
<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false">
<distance name="title_vertical_pad" value="0" />
<border name="title_border" left="16" right="16" top="0" bottom="0" />
<border name="title_border" left="16" right="16" top="6" bottom="6" />
<border name="button_border" left="2" right="2" top="0" bottom="0" />
</frame_geometry>
@@ -80,7 +80,10 @@
<border name="button_border" left="2" right="2" top="0" bottom="0" />
</frame_geometry>
<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="8" rounded_top_right="8" rounded_bottom_right="false" rounded_bottom_left="false" parent="small">
<frame_geometry name="modal" title_scale="medium" hide_buttons="false" rounded_top_left="10" rounded_top_right="10" rounded_bottom_right="false" rounded_bottom_left="false" parent="small">
<distance name="title_vertical_pad" value="0" />
<border name="title_border" left="10" right="10" top="6" bottom="6" />
<border name="button_border" left="2" right="2" top="6" bottom="6" />
</frame_geometry>
<frame_geometry name="attached" title_scale="small" hide_buttons="true" rounded_top_left="8" rounded_top_right="8" parent="small">