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

Orbit feed #237

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from
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
8 changes: 4 additions & 4 deletions site-content/source/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ Cassandra streams data between nodes during scaling operations such as adding a
== Cassandra Users
Cassandra is used by thousands of companies with large active data sets.

[openblock, users-section-flex]
[openblock, users-section-flex py-medium]
--------
[openblock, w50 home-quotes]
[openblock, w50 home-quotes full-800 pb-medium]
----------
[openblock, home-quote hidden pa-large text-left ]
------------
Expand Down Expand Up @@ -173,10 +173,10 @@ Cassandra is used by thousands of companies with large active data sets.
----------
// end home quotes w50

[openblock, w50]
[openblock, w50 full-800]
----------
++++
<iframe width="100%" height="500" title="Activity Feed — Powered by Orbit" src="https://app.orbit.love/apache-cassandra-pmc/embedded/GwluP0" />
<iframe width="100%" height="500" title="Activity Feed — Powered by Orbit" src="https://app.orbit.love/apache-cassandra-pmc/embedded/GwluP0"></iframe>
++++
----------

Expand Down
Binary file modified site-ui/build/ui-bundle.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions site-ui/src/css/tt_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2173,6 +2173,10 @@ p code {
display: inherit;
}

.users-section-flex > .content {
display: block;
}

.float50 {
float: none;
width: 100%;
Expand Down