/** * This theme is intended for a full-width dropdown. It will dynamically resize, depending on the amount of list items. */ @import "./layouts/list-vertical-dynamic.rasi" #window { width: 100%; location:north; anchor:north; } #listview { dynamic: true; fixed-height: false; }