mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 11:21:48 +08:00
21 lines
276 B
CSS
21 lines
276 B
CSS
|
|
.container {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.shortcut {
|
|
padding: 8px;
|
|
}
|
|
|
|
.key {
|
|
background: #eee;
|
|
padding: 3px;
|
|
min-width: 15px;
|
|
min-height: 8px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
border-radius: 4px;
|
|
border: 1px solid #999;
|
|
}
|