Update 'css/style.css'
continuous-integration/drone/push Build is passing Details

master
parent 2b5f773d71
commit 34ecc177fa

@ -68,6 +68,7 @@ header .right-pane {
padding: 10px;
flex: 1;
display: flex;
flex-direction: row;
flex-wrap: wrap;
overflow-y: auto;
}
@ -100,7 +101,7 @@ header .right-pane .file-item {
width: 100px;
height: 100px;
display: flex;
flex-direction: column;
flex-direction: row;
align-items: center;
justify-content: center;
margin: 5px;

Loading…
Cancel
Save