gtk(gnome-calculator): Remove button.title styling
by not resetting the vertical padding of .title.
by not resetting the vertical padding of .title.
by roundabout, Sunday, 5 January 2020, 04:02:39 (1578196959), pushed by roundabout, Sunday, 11 May 2025, 13:22:47 (1746969767)
Author identity: nana-4 <hnmaigo@gmail.com>
b53b0cb27f9e0a5476de680220fa890699a9ab36
}
.title {
padding: 0 12px;
padding-left: 12px;
padding-right: 12px;
font-weight: bold;
}
.subtitle {
padding: 0 12px;
padding-left: 12px;
padding-right: 12px;
font-size: smaller;
}
}
/**************
* Calculator *
**************/
button.title label { min-height: $medium-size; }
/**********
* Evince *
**********/