by roundabout, Wednesday, 16 September 2020, 11:45:17 (1600256717), pushed by roundabout, Sunday, 11 May 2025, 13:22:55 (1746969775)
Author identity: nana-4 <hnmaigo@gmail.com>
05eed4d3411189b54e1490d9109401335803415b
src/gnome-shell/sass/components/menu/_calendar.scss
@@ -77,8 +77,8 @@ $calendar-column-margin: 0 8px;
.events-section-title {
@extend %calendar-item;
min-height: $menuitem-size - 4px * 2;
padding: 4px 8px;
min-height: $menuitem-size - 8px * 2;
padding: 8px;
color: hint($on-surface) !important;
font-weight: bold;
}
@@ -87,8 +87,8 @@ $calendar-column-margin: 0 8px;
.datemenu-today-button {
@extend %calendar-item;
margin: $calendar-column-margin;
min-height: $menuitem-size * 2 - 4px * 2;
padding: 4px 8px;
min-height: $menuitem-size * 2 - 8px * 2;
padding: 8px;
// weekday label
.day-label {
@@ -318,8 +318,8 @@ $calendar-column-margin: 0 8px;
/* Events */
.events-button {
@extend %calendar-item;
min-height: $menuitem-size - 4px * 2;
padding: 4px 8px;
min-height: $menuitem-size * 2 - 8px * 2;
padding: 8px;
.events-box {
spacing: 8px;
@@ -346,8 +346,8 @@ $calendar-column-margin: 0 8px;
/* World clocks */
.world-clocks-button {
@extend %calendar-item;
min-height: $menuitem-size - 4px * 2;
padding: 4px 8px;
min-height: $menuitem-size - 8px * 2;
padding: 8px;
.world-clocks-grid {
spacing-rows: .4em;
@@ -395,8 +395,8 @@ $calendar-column-margin: 0 8px;
/* Weather */
.weather-button {
@extend %calendar-item;
min-height: $menuitem-size - 4px * 2;
padding: 4px 8px;
min-height: $menuitem-size * 2 - 8px * 2;
padding: 8px;
.weather-box {
spacing: 0.4em;