Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styling changes to the profile calendar widget #2019

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e9ed289
Styling changes to the profile calendar widget
anishTP Apr 16, 2024
a1f3a12
Updated z-index for subnavbar and dropdown menu
anishTP Apr 16, 2024
cfaee0b
Fix rendering of projects when view is changed from year to month. Ad…
vidya-ram Apr 16, 2024
a019fe4
Updating the project filter
vidya-ram Apr 16, 2024
3f4e32c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 16, 2024
4a4589c
Bug fixes + fine tuned styling on year view
anishTP Apr 17, 2024
df555ec
Merge branch 'main' into calendar-mobile-styling-fixes
jace Apr 27, 2024
3e43278
Merge branch 'main' into calendar-mobile-styling-fixes
jace Apr 27, 2024
d492307
Aligned the filter icon and removed the square border at the bottom o…
anishTP Apr 30, 2024
0ef934c
Removed clipping on scrollbar
anishTP Apr 30, 2024
1243fc8
Removed bottom whitespace on mobile
anishTP Apr 30, 2024
b177a4d
Change css class names and css fixes
vidya-ram Apr 30, 2024
acb6d26
Merge branch 'calendar-mobile-styling-fixes' of https://github.com/ha…
vidya-ram Apr 30, 2024
6248e3a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 30, 2024
ce88db0
Style changes for event title popup
vidya-ram Apr 30, 2024
7bfe32f
Altered the button layout on the calendar header
anishTP Apr 30, 2024
ff5df2a
Remove extra class
vidya-ram Apr 30, 2024
06c296b
Tweaked styling on the filter icon and cleaned up the calendar header
anishTP Apr 30, 2024
381f3aa
Merge branch 'main' into calendar-mobile-styling-fixes
jace May 1, 2024
1da70fd
Merge branch 'calendar-mobile-styling-fixes' of https://github.com/ha…
vidya-ram May 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into calendar-mobile-styling-fixes
jace committed Apr 27, 2024
commit df555ec5a96a8f328a5e7881a79316be0e492502
2 changes: 1 addition & 1 deletion funnel/assets/sass/pages/profile_calendar.scss
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ table.proposal-list-table tr {

.fc-widget-header {
float: right;
padding: $mui-grid-padding/2 $mui-grid-padding;
padding: math.div($mui-grid-padding, 2) $mui-grid-padding;
position: relative;
align-items: center;
z-index: 3;
You are viewing a condensed version of this merge commit. You can view the full changes here.