tootle-linux-client/data/app.css

23 lines
324 B
CSS
Raw Normal View History

2020-05-29 14:19:35 +02:00
.avatar {
border-radius: 4px;
2018-10-24 10:55:36 +02:00
}
2020-05-29 14:19:35 +02:00
.attachment {
border-radius: 4px;
background: rgba (150, 150, 150, 0.2);
2018-04-14 14:09:06 +02:00
}
2018-10-24 10:55:36 +02:00
2020-06-29 23:43:45 +02:00
.header-title-button {
margin: 0px;
border-radius: 0px;
border-top: none;
border-bottom: none;
}
2020-06-02 11:35:29 +02:00
.padded.app-view {
margin: 32px 0 32px 0;
}
.app-view:not(.padded) .preferences row {
border-radius: 0px;
2018-05-09 17:59:58 +02:00
}