mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 20:24:56 +08:00
2c9d30bfd2
Removed obsolete line and add todo
16 lines
233 B
CSS
16 lines
233 B
CSS
.button {
|
|
margin: 0;
|
|
&:disabled {
|
|
/* TODO: better optimize for mobile so this styling is not necessary */
|
|
height: auto;
|
|
}
|
|
i {
|
|
font-size: inherit;
|
|
vertical-align: sub;
|
|
}
|
|
}
|
|
|
|
.most_recent {
|
|
color: #808080;
|
|
}
|