Skip to content

Commit

Permalink
Adw: style AboutWindow (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Apr 7, 2023
1 parent 9c7ddb5 commit 0c84118
Showing 1 changed file with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions src/gtk-4.0/widgets/adw/AboutWindow.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,41 @@
window.aboutdialog {
/******************
* AdwAboutWindow *
******************/

window.about {
@extend .dialog;

.icon-dropshadow.large-icons {
-gtk-icon-shadow: outset-shadow(3);
-gtk-icon-size: 128px;
.main-page {
> viewport > clamp > box {
border-spacing: rem(6px);
margin: rem(12px);

> box {
border-spacing: rem(18px);
margin-top: rem(18px);
}
}

.app-version {
@extend selection;

border: none;
border-radius: 999px;
box-shadow: none;
margin-top: rem(3px);
}
}

.subpage {

> viewport > clamp > box {
border-spacing: rem(18px);
margin: rem(18px) rem(12px);
}

> clamp > textview {
background: none;
color: inherit;
}
}
}

0 comments on commit 0c84118

Please sign in to comment.