nav .action {
    width: 100%;
    display: block;
    border-radius: 0;
    font-size: 1.1em;
    padding: .2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#listing.list .item {
    width: 100%;
    margin: 0px;
    border: 1px solid rgba(0,0,0,.1);
    padding: .3em;
    border-top: 0;
}

#listing.mosaic .item {
    
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px, rgba(0, 0, 0, 0.12) 0px 1px 2px;
    margin: 0.2em;
    padding: 0.2em;
    border-radius: 0.2em;
}

#listing.list .item .name {
    width: 45%;
    margin-right: 4em;
}

#listing.list .item p.name:not(#listing.list .item.header .name) {
    margin-right: 1em;
}

main {
    #editor-container .ww {
      width: 100vw;
      height: 100vh;
      background-color: #272822;
      color: #F8F8F2;
      font: 12px / normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'Source Code Pro', 'source-code-pro', monospace;
    }
}
