tootle-linux-client/data/app.css

36 lines
519 B
CSS
Raw Normal View History

2018-10-24 10:55:36 +02:00
.titlebar.compact {
padding: 0 6px;
}
2018-10-23 12:05:24 +02:00
.mode .toggle{
2018-04-14 14:09:06 +02:00
border-radius:0px;
border-top:none;
border-bottom:none;
padding:10px;
2018-10-23 12:05:24 +02:00
margin:0px;
2018-04-14 14:09:06 +02:00
}
2018-10-24 10:55:36 +02:00
2018-04-14 14:09:06 +02:00
.button_avatar{
padding:0;
border:0;
box-shadow:none;
background:none;
}
2018-10-23 12:05:24 +02:00
.toot-text, .toot-text text{
background-color: transparent;
2018-04-14 14:09:06 +02:00
}
2018-04-25 16:30:44 +02:00
.header{
background-size: cover;
2018-04-28 19:16:23 +02:00
background-position: 50%;
2018-04-30 19:56:02 +02:00
opacity: 0.15;
2018-04-28 19:16:23 +02:00
}
2018-05-04 22:57:31 +02:00
2018-05-09 17:59:58 +02:00
.relationship {
background: rgba (0,0,0,.5);
padding: 6px;
border-radius: 3px;
color: #fff;
}