Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simple-editor
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Public
simple-editor
Commits
df97c0cf
Commit
df97c0cf
authored
Jan 15, 2022
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing more opacity values
parent
aed6fc78
Pipeline
#8983
passed with stage
in 33 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Clips.vue
src/components/Clips.vue
+2
-2
Preview.vue
src/components/Preview.vue
+1
-1
Projects.vue
src/components/Projects.vue
+2
-2
No files found.
src/components/Clips.vue
View file @
df97c0cf
...
...
@@ -319,7 +319,7 @@ export default {
background-color
:
#000000
;
border-radius
:
4px
;
padding
:
3px
;
opacity
:
75%
;
opacity
:
0.75
;
}
.export-btn
{
float
:
right
;
...
...
@@ -332,7 +332,7 @@ export default {
bottom
:
5%
;
left
:
5%
;
padding
:
8px
;
opacity
:
75%
;
opacity
:
0.75
;
background-color
:
#000000
;
border-radius
:
4px
;
}
...
...
src/components/Preview.vue
View file @
df97c0cf
...
...
@@ -380,7 +380,7 @@ video {
position
:
absolute
;
cursor
:
grab
;
z-index
:
100
;
opacity
:
80%
;
opacity
:
0.8
;
}
.timeline-btn
{
height
:
48px
;
...
...
src/components/Projects.vue
View file @
df97c0cf
...
...
@@ -270,14 +270,14 @@ export default {
background-color
:
#000000
;
border-radius
:
4px
;
padding
:
3px
;
opacity
:
75%
;
opacity
:
0.75
;
}
.project-badge
{
position
:
absolute
;
bottom
:
5%
;
left
:
5%
;
padding
:
8px
;
opacity
:
75%
;
opacity
:
0.75
;
background-color
:
#000000
;
border-radius
:
4px
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment