Tooth/data/app.css
2020-06-02 12:35:29 +03:00

16 lines
222 B
CSS

.avatar {
border-radius: 4px;
}
.attachment {
border-radius: 4px;
background: rgba (150, 150, 150, 0.2);
}
.padded.app-view {
margin: 32px 0 32px 0;
}
.app-view:not(.padded) .preferences row {
border-radius: 0px;
}