Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
Desktop Client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SpinShare
Desktop Client
Commits
d6b72a64
Commit
d6b72a64
authored
Apr 07, 2020
by
Andreas Heimann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
various small fixes
parent
923c2ff7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
src/assets/css/main.css
src/assets/css/main.css
+1
-1
src/assets/css/main.less
src/assets/css/main.less
+1
-1
src/assets/css/userdetail.css
src/assets/css/userdetail.css
+1
-1
src/assets/css/userdetail.less
src/assets/css/userdetail.less
+1
-1
No files found.
src/assets/css/main.css
View file @
d6b72a64
...
...
@@ -263,7 +263,7 @@ button:focus,
grid-gap
:
15px
;
}
.user-item
{
background
:
rgba
(
255
,
255
,
255
,
0.1
)
;
background
:
#383c3f
;
transition
:
0.2s
ease-in-out
transform
,
0.2s
ease-in-out
box-shadow
;
overflow
:
hidden
;
border-radius
:
6px
;
...
...
src/assets/css/main.less
View file @
d6b72a64
...
...
@@ -294,7 +294,7 @@ button, .button {
}
}
.user-item {
background:
rgba(255,255,255,0.1)
;
background:
#383c3f
;
transition: 0.2s ease-in-out transform, 0.2s ease-in-out box-shadow;
overflow: hidden;
border-radius: 6px;
...
...
src/assets/css/userdetail.css
View file @
d6b72a64
...
...
@@ -17,7 +17,7 @@
height
:
200px
;
align-self
:
center
;
background
:
#eee
;
border-radius
:
6px
;
border-radius
:
50%
;
background-size
:
cover
;
}
.section-user-detail
.user-detail-background
.user-detail-dim
.user-detail
.user-meta-data
.user-name
{
...
...
src/assets/css/userdetail.less
View file @
d6b72a64
...
...
@@ -18,7 +18,7 @@
height: 200px;
align-self: center;
background: #eee;
border-radius:
6px
;
border-radius:
50%
;
background-size: cover;
}
& .user-meta-data {
...
...
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