Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Restyle the beaker:archives page to a grid layout #241

Merged
merged 1 commit into from
Jan 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions app/stylesheets/com/archives.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
.archives-list {
display: flex;
flex-wrap: wrap;
font-size: 15px;

.notice {
flex: 1 0 100%;
}

.al-row {
padding: 20px 10px;
border-top: 1px solid #ddd;
flex: 1 0 100%;
max-width: 440px;
background: #fdfdfd;
border: 1px solid #ddd;
border-radius: 3px;
padding: 6px 10px 20px;
margin: 10px 10px 0px 0;

.al-main {
display: flex;
Expand Down