Sha256: 5e644099b177307ee16de56b43c5ed4f1dda0d7d115154031798c5ca5b24e11c
Contents?: true
Size: 711 Bytes
Versions: 19
Compression:
Stored size: 711 Bytes
Contents
.sidebar { position: fixed; z-index: 3000; overflow-x: hidden; transition: 0.5s; } .sidebar-left { height: 100%; width: 0; top: 0; left: 0; } .sidebar-right { height: 100%; width: 0; top: 0; right: 0; } .sidebar-top { width: 100%; height: 0; left: 0; top: 0; } .sidebar-bottom { width: 100%; height: 0; left: 0; bottom: 0; } #sidebar-modal-background { position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); } #main-content { transition: margin .5s; } /* @media screen and (max-height: 450px) { .sidebar {padding-top: 15px;} .sidebar a {font-size: 18px;} } */
Version data entries
19 entries across 19 versions & 2 rubygems