calendar: Make the events-list a fixed width
Commit929636ebd0
removed the fixed width of the calendar, while commitcb45a38838
only added it back at max-width (resulting in width changes of the calendar while browsing days). https://bugzilla.gnome.org/show_bug.cgi?id=704200
This commit is contained in:
parent
5385205b8e
commit
78b1ba56ce
@ -1161,11 +1161,6 @@ StScrollBar StButton#vhandle:active {
|
||||
|
||||
/* Calendar popup */
|
||||
|
||||
#calendarArea {
|
||||
/* this is the total width of the popup */
|
||||
max-width: 720px;
|
||||
}
|
||||
|
||||
.calendar-vertical-separator {
|
||||
-stipple-width: 1px;
|
||||
-stipple-color: #505050;
|
||||
@ -1303,7 +1298,7 @@ StScrollBar StButton#vhandle:active {
|
||||
}
|
||||
|
||||
.events-table {
|
||||
min-width: 320px;
|
||||
width: 320px;
|
||||
spacing-columns: 6pt;
|
||||
padding: 0 1.4em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user