Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
,"pluginName":"People"
,"pluginDescription":"Simplify communication with our People plugin, a centralized directory for managing contacts, fostering connections, and enhancing collaboration within your app."
,"supportEmail":"support@buildfire.com"
,"supportSite":"http://learn.appdocumentation.com/plugin-tutorials/people-plugin-tutorial/"
,"supportSite":"https://help.appdocumentation.com/how-to-use-the-people-plugin"
,"pluginIcon":"icon.png"
,"offlineModeEnabled": true
,"control":{
Expand Down
8 changes: 4 additions & 4 deletions widget/css/widget.app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
body {
-webkit-overflow-scrolling: auto !important;
}

/* Global Styles ////////////////////////////////////////////////////////////////////////////// */
html{
font-size: 16px !important;
Expand Down Expand Up @@ -336,12 +337,10 @@ p:empty{
position:relative;
}
html[safe-area="true"] .list-items {
padding-bottom: env(safe-area-inset-bottom);
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: var(--bf-safe-area-inset-bottom);
}
/* End Plugin CSS */


/*
* Carousel container styling
*/
Expand Down Expand Up @@ -443,6 +442,7 @@ ol li{
.infinite-scroll-parent {
padding-bottom: 2.5rem;
}

.search-box {
display: block;
width: 100%;
Expand Down Expand Up @@ -499,4 +499,4 @@ ol li{

.user-phone-and-email {
margin: 0 !important;
}
}