mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-30 02:41:18 +00:00
15 lines
222 B
CSS
15 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;
|
|
}
|