Skip to content

Commit 9b15255

Browse files
committed
Gnome-shell v42: Fix wasted space in calendar area
1 parent 0a4399d commit 9b15255

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

gnome-shell/v40/_common.scss

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -930,15 +930,6 @@ StScrollBar {
930930
}
931931
}
932932

933-
// calendar popover
934-
#calendarArea {
935-
padding: 0.75em 1.0em;
936-
}
937-
938-
.calendar {
939-
margin-bottom: 1em;
940-
}
941-
942933
.calendar, .world-clocks-button, .weather-button, .events-button {
943934
background: transparent;
944935
border: none;
@@ -948,8 +939,7 @@ StScrollBar {
948939

949940
.calendar,
950941
.datemenu-today-button,
951-
.datemenu-displays-box,
952-
.message-list-sections {
942+
.datemenu-displays-box {
953943
margin: 0 1.5em;
954944
}
955945

@@ -975,13 +965,6 @@ StScrollBar {
975965
padding: .4em;
976966
}
977967

978-
.message-list-section-list:ltr {
979-
padding-left: .4em;
980-
}
981-
982-
.message-list-section-list:rtl {
983-
padding-right: .4em;
984-
}
985968

986969
.datemenu-today-button,
987970
.world-clocks-button,

gnome-shell/v40/gnome-shell.css

Lines changed: 1 addition & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)