gnome-shell/dialog: Don't center text labels
In Material Design, dialogs don't have centralized text labels.
In Material Design, dialogs don't have centralized text labels.
by roundabout, Friday, 13 March 2020, 15:04:22 (1584111862), pushed by roundabout, Sunday, 11 May 2025, 13:22:50 (1746969770)
Author identity: nana-4 <hnmaigo@gmail.com>
31825c6251dd72096606b0ecf52d2295044a6411
.message-dialog-title {
@include type(headline6);
text-align: center;
text-align: inherit;
&.leightweight {
@include type(headline6);
.message-dialog-description {
color: $text2;
text-align: center;
text-align: inherit;
}
}
} @else {
spacing: 18px;
.dialog-list-title {
text-align: center;
text-align: inherit;
font-weight: bold;
}
}
.run-dialog-description {
text-align: center;
text-align: inherit;
color: $text2;
font-size: 1em;
}
font-size: 1em;
@if $version >= 3.36 {
text-align: center;
text-align: inherit;
} @else {
padding-bottom: 8px;
}
.polkit-dialog-user-layout {
@if $version >= 3.36 {
text-align: center;
text-align: inherit;
spacing: 8px;
margin-bottom: 6px;
} @else {
.audio-selection-title {
font-weight: bold;
text-align: center;
text-align: inherit;
}
}
.nm-dialog-airplane-headline {
font-weight: bold;
text-align: center;
text-align: inherit;
}
.nm-dialog-airplane-text {