Skip to content

Commit

Permalink
Expand area between featured content and items list and give more rel…
Browse files Browse the repository at this point in the history
…evance to the "add content" action button (#674)
  • Loading branch information
DavidQuartz authored Dec 21, 2021
1 parent f718644 commit 54711f3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const FiltersMenu = forwardRef(({
<Menu
items={cardsMenu}
containerClass={`gn-menu-list`}
size="sm"
size="md"
alignRight
/>
<Button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
"cardsMenu": {
"items": [
{
"labelId": "gnhome.createNew",
"labelId": "gnhome.addResource",
"authenticated": true,
"type": "dropdown",
"variant": "primary",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"geostories": "GeoStories",
"createGeostory": "Create geostory",
"createNew": "Erstelle neu",
"addResource": "Ressource hinzufügen",
"about": "Über",
"people": "Benutzer",
"groups": "Gruppen",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"createGeostory": "Create geostory",
"createDashboard": "Create dashboard",
"createNew": "Create new",
"addResource": "Add Resource",
"maps": "Maps",
"about": "About",
"people": "People",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"geostories": "GeoStories",
"createGeostory": "Crear geostory",
"createNew": "Crear nuevo",
"addResource": "Agregar recurso",
"about": "Acerca de",
"people": "Personas",
"groups": "Grupos",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"geostories": "GeoStories",
"createGeostory": "Créer une geostory",
"createNew": "Créer un nouveau",
"addResource": "Ajouter une ressource",
"about": "À propos",
"people": "Personnes",
"groups": "Groupe",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"geostories": "GeoStories",
"createGeostory": "Create geostory",
"createNew": "Crea nuova",
"addResource": "Aggiungi risorsa",
"about": "A proposito",
"people": "Utenti",
"groups": "Gruppi",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
// **************

.gn-card-grid {
padding-top: 20px;
.gn-card-grid-container {
position: relative;
max-width: @gn-page-max-width;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ nav.hide-navigation#gn-topbar {
}

.gn-filters-menu {
margin-bottom: 20px;
position: sticky;
top: 0px;
z-index: 10;
Expand Down

0 comments on commit 54711f3

Please sign in to comment.