friend and more update
This commit is contained in:
parent
e24afe2abe
commit
2502d8f977
13 changed files with 491 additions and 79 deletions
|
@ -256,9 +256,15 @@ textarea {
|
|||
}
|
||||
.svg-friends{
|
||||
mask: url(/icons/friends.svg);
|
||||
width: 24px !important;!i;!;
|
||||
height: 24px !important;!i;!;
|
||||
margin-right: 0 !important;!i;!;
|
||||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
.svg-frmessage{
|
||||
mask: url(/icons/frmessage.svg);
|
||||
}
|
||||
.svg-addfriend{
|
||||
mask: url(/icons/addfriend.svg);
|
||||
}
|
||||
.svgicon {
|
||||
display: block;
|
||||
|
@ -833,6 +839,9 @@ span.instanceStatus {
|
|||
margin: auto 0 0 8px;
|
||||
font-size: .9em;
|
||||
color: var(--primary-text-soft);
|
||||
button{
|
||||
margin-right:.05in;
|
||||
}
|
||||
}
|
||||
#channelTopic[hidden] {
|
||||
display: none;
|
||||
|
@ -2045,7 +2054,18 @@ fieldset input[type="radio"] {
|
|||
margin: 6px 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.friendcontainer{
|
||||
display: flex;
|
||||
width: 100%;
|
||||
padding: .2in;
|
||||
>div{
|
||||
background:#00000030;
|
||||
margin-bottom:.1in;
|
||||
padding:.06in .1in;
|
||||
border-radius:.1in;
|
||||
border: solid 1px var(--black);
|
||||
}
|
||||
}
|
||||
.fixedsearch{
|
||||
position: absolute;
|
||||
background: var(--primary-bg);
|
||||
|
@ -2064,6 +2084,35 @@ fieldset input[type="radio"] {
|
|||
}
|
||||
|
||||
}
|
||||
.suberror{
|
||||
animation: goout 6s forwards;
|
||||
}
|
||||
.suberrora{
|
||||
background:var(--channel-hover);
|
||||
border-radius:.1in;
|
||||
position:absolute;
|
||||
border:solid var(--primary-text) .02in;
|
||||
color:color-mix(in hsl,var(--yellow),var(--red));
|
||||
font-weight:bold;
|
||||
opacity:0;
|
||||
cursor:default;
|
||||
/* height: .4in; */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
justify-content: space-evenly;
|
||||
padding: .075in;
|
||||
box-sizing: border-box;
|
||||
pointer-events: none;
|
||||
}
|
||||
@keyframes goout {
|
||||
0%,100%{
|
||||
opacity:0;
|
||||
}
|
||||
5%,90%{
|
||||
opacity:1;
|
||||
}
|
||||
}
|
||||
.friendsbutton{
|
||||
transition: background-color .2s;
|
||||
background-color: #00000050;
|
||||
|
@ -2072,3 +2121,16 @@ fieldset input[type="radio"] {
|
|||
.bigemoji{
|
||||
width:.6in;
|
||||
}
|
||||
.friendlyButton{
|
||||
padding: .07in;
|
||||
background: #00000045;
|
||||
transition:background .2s;
|
||||
border-radius: 1in;
|
||||
border: solid 1px var(--black);
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 0 .05in;
|
||||
}
|
||||
.friendlyButton:hover{
|
||||
background:black;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue