mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add a margin to plugin cards to allow menu space.
Since elements in core-list are positioned using transforms, only the last element's margin takes effect, giving enough space below it to display its menu without scrollbars.
This commit is contained in:
@@ -34,6 +34,9 @@ loot-clear-metadata
|
||||
}
|
||||
|
||||
/* Host and front/editor styling. */
|
||||
:host {
|
||||
margin-bottom: 210px;
|
||||
}
|
||||
#wrapper {
|
||||
display: block;
|
||||
background:white;
|
||||
|
||||
Reference in New Issue
Block a user