Skip to content

Commit

Permalink
Table styles fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nes-si committed Nov 17, 2018
1 parent e1f6c81 commit fd003f8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
6 changes: 4 additions & 2 deletions src/components/mainArea/content/ContentList/ContentList.sss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
transform: translateY(-50%)

.type
flex: 0 0 85%
flex: 1 1 200px

.name,
.description,
Expand All @@ -89,7 +89,7 @@
letter-spacing: 0.46px

.updated
flex: 0 0 15%
flex: 0 1 150px


.filters
Expand Down Expand Up @@ -149,6 +149,8 @@

.hidden
&-controls
position: absolute
right: -40px
opacity: 0.001
transition: opacity 0.1s ease
will-change: opacity
Expand Down
2 changes: 2 additions & 0 deletions src/components/mainArea/models/Model/Model.sss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@

.hidden
&Controls
position: absolute
right: -40px
opacity: 0.001
transition: opacity 0.1s ease
will-change: opacity
Expand Down
12 changes: 8 additions & 4 deletions src/components/mainArea/models/ModelsList/ModelsList.sss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
background: #fff

margin: 3px 10%
padding: 5px
padding: 10px

z-index: 5

Expand All @@ -35,7 +35,7 @@
transform: translateY(-50%)

.type
flex: 0 0 70%
flex: 1 1 200px

.name,
.description,
Expand All @@ -53,9 +53,11 @@
letter-spacing: 0.46px
margin-top: 3px

.fields,
.fields
flex: 0 0 60px

.updated
flex: 0 0 15%
flex: 0 1 150px


&-header
Expand Down Expand Up @@ -94,6 +96,8 @@

.hidden
&-controls
position: absolute
right: -40px
opacity: 0.001
transition: opacity 0.1s ease
will-change: opacity
Expand Down

0 comments on commit fd003f8

Please sign in to comment.