mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 20:10:40 +03:00
Update thread.css
This commit is contained in:
parent
e2e2b5bf59
commit
fec93df6c6
1 changed files with 63 additions and 1 deletions
|
@ -137,4 +137,66 @@
|
||||||
display: block;
|
display: block;
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
.dots-menu a:hover:nth-child(1){
|
||||||
|
color:#e70000}
|
||||||
|
.dots-menu a:hover:nth-child(2){
|
||||||
|
color:#4d18e6}
|
||||||
|
|
||||||
|
|
||||||
|
/* Media Query */
|
||||||
|
|
||||||
|
@media(max-width:980px){
|
||||||
|
.message{
|
||||||
|
margin: 10px 20px;
|
||||||
|
max-width: 100%;
|
||||||
|
flex-direction:column;
|
||||||
|
position:relative;
|
||||||
|
}
|
||||||
|
.message .left{
|
||||||
|
padding: 40px;
|
||||||
|
border:none;
|
||||||
|
border-bottom: 2px solid #d9d9d9;
|
||||||
|
|
||||||
|
}
|
||||||
|
.message .left img{
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
border-radius: 50%;
|
||||||
|
margin-right: 5px;
|
||||||
|
position: absolute;
|
||||||
|
left: 20px;
|
||||||
|
top: 20px;
|
||||||
|
}
|
||||||
|
.message .left .username{
|
||||||
|
position: absolute;
|
||||||
|
top: 20px;
|
||||||
|
left: 80px;
|
||||||
|
}
|
||||||
|
.message .date:nth-of-type(3){
|
||||||
|
position: absolute;
|
||||||
|
right: 20px;
|
||||||
|
top: 20px;
|
||||||
|
}
|
||||||
|
.message .date:nth-of-type(2){
|
||||||
|
position: absolute;
|
||||||
|
right: 20px;
|
||||||
|
top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dots{
|
||||||
|
position: absolute;
|
||||||
|
right: auto;
|
||||||
|
top: 70px;
|
||||||
|
left: 40px;
|
||||||
|
}
|
||||||
|
.dots-menu{
|
||||||
|
position: absolute;
|
||||||
|
left: 70px;
|
||||||
|
top: 60px;
|
||||||
|
width: 120px;
|
||||||
|
}
|
||||||
|
.dots-menu.active{
|
||||||
|
display:flex;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue