mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 20:24:56 +08:00
12 lines
183 B
CSS
12 lines
183 B
CSS
.menu {
|
|
background: white;
|
|
position: absolute;
|
|
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
|
|
right: 0px;
|
|
top: 20px;
|
|
z-index: 10;
|
|
min-height: 32px;
|
|
min-width: 64px;
|
|
}
|
|
|