Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
matrix-react-sdk
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Matrix.org
matrix-react-sdk
Commits
6444277c
Commit
6444277c
authored
1 year ago
by
David Baker
Browse files
Options
Downloads
Patches
Plain Diff
Margin back down to 18px & tweaked gradient stops
parent
3d516b62
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
res/css/structures/_SpacePanel.pcss
+16
-2
16 additions, 2 deletions
res/css/structures/_SpacePanel.pcss
res/css/structures/_ThreadsActivityCentre.pcss
+1
-1
1 addition, 1 deletion
res/css/structures/_ThreadsActivityCentre.pcss
with
17 additions
and
3 deletions
res/css/structures/_SpacePanel.pcss
+
16
−
2
View file @
6444277c
...
@@ -348,7 +348,14 @@ limitations under the License.
...
@@ -348,7 +348,14 @@ limitations under the License.
}
}
&.mx_IndicatorScrollbar_bottomOverflow {
&.mx_IndicatorScrollbar_bottomOverflow {
mask-image: linear-gradient(to top, transparent, black 16px);
mask-image: linear-gradient(
to top,
transparent,
rgba(255, 255, 255, 30%) 4px,
rgba(255, 255, 255, 55%) 8px,
rgba(255, 255, 255, 75%) 12px,
black 16px
);
}
}
&.mx_IndicatorScrollbar_topOverflow.mx_IndicatorScrollbar_bottomOverflow {
&.mx_IndicatorScrollbar_topOverflow.mx_IndicatorScrollbar_bottomOverflow {
...
@@ -357,7 +364,14 @@ limitations under the License.
...
@@ -357,7 +364,14 @@ limitations under the License.
Note the top fade is much smaller because the spaces start close to the top,
Note the top fade is much smaller because the spaces start close to the top,
so otherwise a large gradient suddenly appears when you scroll down. */
so otherwise a large gradient suddenly appears when you scroll down. */
mask-image: linear-gradient(to bottom, transparent, black 16px),
mask-image: linear-gradient(to bottom, transparent, black 16px),
linear-gradient(to top, transparent, black 16px);
linear-gradient(
to top,
transparent,
rgba(255, 255, 255, 30%) 4px,
rgba(255, 255, 255, 55%) 8px,
rgba(255, 255, 255, 75%) 12px,
black 16px
);
mask-position:
mask-position:
0% 0%,
0% 0%,
0% 100%;
0% 100%;
...
...
This diff is collapsed.
Click to expand it.
res/css/structures/_ThreadsActivityCentre.pcss
+
1
−
1
View file @
6444277c
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
border-radius: 8px;
border-radius: 8px;
margin:
40
px auto auto auto;
margin:
18
px auto auto auto;
&.expanded {
&.expanded {
/* align with settings icon */
/* align with settings icon */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment