Merge branch 'develop' into 'master'
左上アバターの丸化、再共有の特殊化 See merge request harukin/hubzillatheme!14
This commit is contained in:
commit
cd598a15f2
@ -1265,7 +1265,9 @@ img.mail-conv-sender-photo {
|
|||||||
#avatar {
|
#avatar {
|
||||||
width: 2.35rem;
|
width: 2.35rem;
|
||||||
height: 2.35rem;
|
height: 2.35rem;
|
||||||
border-radius: $radius;
|
/*カスタマイズ*/
|
||||||
|
border-radius: 50%;
|
||||||
|
filter: drop-shadow(2px 2px 3px rgba(75, 75, 75, 0.378));
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-app-link {
|
#nav-app-link {
|
||||||
@ -2004,3 +2006,22 @@ a[title*="pawoo.net"]::after{
|
|||||||
.contact-photo-wrapper a::before,.contact-photo-wrapper a::after{
|
.contact-photo-wrapper a::before,.contact-photo-wrapper a::after{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shared_container{
|
||||||
|
border-radius: 2px;
|
||||||
|
margin-top: 15px;
|
||||||
|
box-shadow: 2px 2px 5px 2px rgba(75, 75, 75, 0.5);
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shared_container::before{
|
||||||
|
content: ' 再共有 ';
|
||||||
|
font-size: 0.8em;
|
||||||
|
position: relative;
|
||||||
|
top: -15px;
|
||||||
|
background-color: #cdf6a1;
|
||||||
|
border-radius: 0.6em;
|
||||||
|
margin: 15px;
|
||||||
|
left: -25px;
|
||||||
|
filter: drop-shadow(1px 1px 1px rgba(75 ,75 ,75, 0.675));
|
||||||
|
}
|
Reference in New Issue
Block a user