edit reshare shader and something
This commit is contained in:
parent
f7094f5208
commit
214de15554
@ -2136,8 +2136,10 @@ a[title*="pawoo.net"]::after {
|
|||||||
.shared_container {
|
.shared_container {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
box-shadow: 1px 1px 2px 1px rgba(75, 75, 75, 0.5);
|
/*box-shadow: 1px 1px 2px 1px rgba(75, 75, 75, 0.5);*/
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
margin-top: solid 1px darkgray;
|
||||||
|
margin-bottom: solid 1px darkgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shared_container::before {
|
.shared_container::before {
|
||||||
@ -2149,7 +2151,8 @@ a[title*="pawoo.net"]::after {
|
|||||||
border-radius: 0.6em;
|
border-radius: 0.6em;
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
left: -25px;
|
left: -25px;
|
||||||
filter: drop-shadow(1px 1px 1px rgba(75, 75, 75, 0.675));
|
border: solid 1px darkgray;
|
||||||
|
/*filter: drop-shadow(1px 1px 1px rgba(75, 75, 75, 0.675));*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.shared_container::after {
|
.shared_container::after {
|
||||||
|
Reference in New Issue
Block a user