mirror of
https://github.com/jimeh/modern_bubbling.git
synced 2026-02-19 11:56:38 +00:00
12 lines
161 B
CSS
12 lines
161 B
CSS
.message .bottomleft {
|
|
height: 17px;
|
|
bottom: 12px;
|
|
}
|
|
.message .bottom {
|
|
height: 17px;
|
|
bottom: 12px;
|
|
}
|
|
.message .bottomright {
|
|
height: 17px;
|
|
bottom: 12px;
|
|
} |