-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: video gallery design fixes (#407)
- Loading branch information
1 parent
ed051c3
commit 2aeb094
Showing
8 changed files
with
100 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
.search-sort-menu .pgn__menu-item-text { | ||
text-transform: capitalize; | ||
} | ||
|
||
.search-sort-menu .pgn__menu .search-sort-menu-by { | ||
display: none; | ||
} | ||
|
||
/* Sort options come in pairs of ascending and descending. */ | ||
.search-sort-menu .pgn__menu > div:nth-child(even) { | ||
border-bottom: 1px solid #f4f3f6; | ||
} | ||
|
||
.search-sort-menu .pgn__menu > div:last-child { | ||
border-bottom: none; | ||
} | ||
|
||
.selection-modal .pgn__vstack > .alert { | ||
margin-bottom: 0; | ||
margin-top: 1.5rem; | ||
} | ||
|
||
/* Set top padding to 0 when there is an alert above. */ | ||
.selection-modal .pgn__vstack > .alert + .gallery > .pgn__scrollable-body-content > .p-4 { | ||
padding-top: 0 !important; | ||
} | ||
|
||
.selection-modal .pgn__vstack > .alert > .alert-icon { | ||
/* Vertical margin equal to the vertical padding of the "Dismiss" button. */ | ||
margin-bottom: 0.4375rem; | ||
margin-top: 0.4375rem; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters