Skip to content

Commit

Permalink
fix runtime and style bug
Browse files Browse the repository at this point in the history
  • Loading branch information
IamRezaMousavi committed Mar 26, 2024
1 parent 37a74cd commit bafc098
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions [email protected]/dateMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,8 @@ class DateMenuButton extends PanelMenu.Button {
x_expand: true,
overlay_scrollbars: true,
vscrollbar_policy: St.PolicyType.EXTERNAL,
// child: displaysBox,
});
this._displaysSection.add_actor(displaysBox);
this._displaysSection.add_child(displaysBox);
vbox.add_child(this._displaysSection);

this._eventsItem = new EventsSection();
Expand Down
9 changes: 7 additions & 2 deletions [email protected]/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@
color: rgba(245, 127, 145, 0.50);
opacity: 0.5;
}

.pcalendar-month-label {
text-align: center;
direction: rtl;
}

.pday-label,
.pdate-label,
.pevents-title,
.pevent-placeholder,
.pevent-summary,
.pcalendar-month-label {
.pevent-summary {
text-align: right;
direction: rtl;
}

0 comments on commit bafc098

Please sign in to comment.