mirror of
https://gitlab.gnome.org/World/tootle
synced 2024-12-12 16:48:22 +01:00
16 lines
222 B
CSS
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;
|
|
}
|