mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-17 04:42:22 +01:00
fix(torrents): torrent top recommend bar css
This commit is contained in:
@@ -376,7 +376,7 @@ body {
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -24px;
|
||||
right: -22px;
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 100%;
|
||||
@@ -385,7 +385,7 @@ body {
|
||||
border-color: @mt-base-color;
|
||||
border-color: rgba(255, 102, 0, 1);
|
||||
border-style: solid solid solid;
|
||||
border-width: 12px;
|
||||
border-width: 11px;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
}
|
||||
@@ -541,7 +541,7 @@ body {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
left: 10px;
|
||||
padding: 1px 0 3px 5px;
|
||||
padding: 1px 0 2px 5px;
|
||||
color: #fff;
|
||||
background-color: @mt-base-color;
|
||||
background-color: rgba(255, 102, 0, 0.8);
|
||||
@@ -551,7 +551,7 @@ body {
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -24px;
|
||||
right: -22px;
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 100%;
|
||||
@@ -560,7 +560,7 @@ body {
|
||||
border-color: @mt-base-color;
|
||||
border-color: rgba(255, 102, 0, 0.8);
|
||||
border-style: solid solid solid;
|
||||
border-width: 12px;
|
||||
border-width: 11px;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user