1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 08:55:56 +02:00
This commit is contained in:
syuilo
2020-02-08 17:36:23 +09:00
parent 9c06544c46
commit 2d74f0507b
3 changed files with 21 additions and 100 deletions

View File

@@ -134,7 +134,7 @@ export default Vue.extend({
position: absolute;
z-index: 10001;
background: var(--panel);
border-radius: 4px;
border-radius: 8px;
box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
overflow: hidden;
transform-origin: center top;