mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Reduce empty space at end of card list
The plugin menus are now shorter, so less space is needed. Also remove the transform-style CSS, as it's no longer used.
This commit is contained in:
@@ -91,8 +91,7 @@ div[drawer] > iron-pages {
|
||||
z-index: 0;
|
||||
}
|
||||
#main > iron-list {
|
||||
transform-style: preserve-3d;
|
||||
margin-bottom: 170px;
|
||||
margin-bottom: 120px;
|
||||
}
|
||||
#summary {
|
||||
background-color: white;
|
||||
|
||||
Reference in New Issue
Block a user