This commit is contained in:
Markos Gogoulos
2026-03-13 15:08:01 +02:00
parent f3bc24a7a2
commit 22c9c391f5
2 changed files with 10 additions and 1 deletions

View File

@@ -16,8 +16,17 @@
margin-bottom: 16px;
.add-media-button {
position: relative;
margin-left: auto;
.popup {
position: absolute;
top: 100%;
right: 0;
margin-top: 8px;
z-index: 99;
}
a {
display: flex;
align-items: center;

File diff suppressed because one or more lines are too long