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
5dee4fdd
Commit
5dee4fdd
authored
Nov 15, 2025
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make Add/Update clip buttons green to bring more attention to it
parent
5ef7e46a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Preview.vue
src/components/Preview.vue
+1
-1
No files found.
src/components/Preview.vue
View file @
5dee4fdd
...
...
@@ -77,7 +77,7 @@
<!-- Add Clip button -->
<div
class=
"timeline-button timeline-button-right"
>
<button
:title=
"actionButtonTitle"
type=
"button"
class=
"btn btn-
primary
timeline-btn d-flex flex-column justify-content-center align-items-center"
@
click=
"createClipBtn"
>
<button
:title=
"actionButtonTitle"
type=
"button"
class=
"btn btn-
success
timeline-btn d-flex flex-column justify-content-center align-items-center"
@
click=
"createClipBtn"
>
<svg
v-if=
"!isEditingClip"
xmlns=
"http://www.w3.org/2000/svg"
width=
"25"
height=
"25"
fill=
"currentColor"
class=
"bi bi-plus"
viewBox=
"0 0 16 16"
>
<path
d=
"M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"
/>
</svg>
...
...
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