1
0
mirror of https://gitlab.gnome.org/World/tootle synced 2025-02-13 01:50:37 +01:00

35 lines
478 B
CSS
Raw Normal View History

2018-04-14 15:09:06 +03:00
.mode .button{
border-radius:0px;
border-top:none;
border-bottom:none;
padding:10px;
}
.button_avatar{
padding:0;
border:0;
box-shadow:none;
background:none;
}
.toot-text{
background: none;
}
2018-04-25 17:30:44 +03:00
.header{
background-size: cover;
2018-04-28 20:16:23 +03:00
background-position: 50%;
2018-04-30 20:56:02 +03:00
opacity: 0.15;
2018-04-28 20:16:23 +03:00
}
2018-05-04 23:57:31 +03:00
.attachment{
border-radius: 3px;
}
2018-05-09 18:59:58 +03:00
.relationship {
background: rgba (0,0,0,.5);
padding: 6px;
border-radius: 3px;
color: #fff;
}