Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venjob_nth
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
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ngô Trung Hưng
venjob_nth
Commits
13a1d576
Commit
13a1d576
authored
Aug 21, 2020
by
Ngô Trung Hưng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix css
parent
698e9a5d
Pipeline
#987
failed with stages
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
app/assets/stylesheets/favorite.scss
+7
-1
app/views/favorite/index.html.erb
+1
-1
No files found.
app/assets/stylesheets/favorite.scss
View file @
13a1d576
...
@@ -39,11 +39,17 @@
...
@@ -39,11 +39,17 @@
transition
:
ease-in-out
;
transition
:
ease-in-out
;
}
}
}
}
.transform_margin
{
width
:
100%
;
height
:
150px
;
}
@media
only
screen
and
(
max-width
:
992px
)
{
@media
only
screen
and
(
max-width
:
992px
)
{
.link_favorite.in_block
{
.link_favorite.in_block
{
right
:
30px
;
right
:
30px
;
}
}
.transform_margin
{
height
:
100px
;
}
}
}
@media
only
screen
and
(
max-width
:
768px
)
{
@media
only
screen
and
(
max-width
:
768px
)
{
.link_favorite.in_block
{
.link_favorite.in_block
{
...
...
app/views/favorite/index.html.erb
View file @
13a1d576
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
style=
"width: 100%; height: 150px
"
></div>
<div
class=
"transform_margin
"
></div>
<%
if
@favorites
.
blank?
%>
<%
if
@favorites
.
blank?
%>
<div
class=
"col-lg-12"
>
<div
class=
"col-lg-12"
>
<div
class=
"breadcrumb_total_search"
>
<div
class=
"breadcrumb_total_search"
>
...
...
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