base sidebar css

sidebar
Kit Kasune 3 years ago
parent 310fdd728c
commit be92c82f4f
  1. 1
      index.html
  2. 2
      styles/files.css
  3. 17
      styles/sidebar.css

@ -10,6 +10,7 @@
<link href='./styles/context.css' rel='stylesheet'>
<link href='./styles/modal.css' rel='stylesheet'>
<link href="./styles/toast.css" rel="stylesheet">
<link href="./styles/sidebar.css" rel="stylesheet">
<title>FileKade</title>
</head>

@ -10,7 +10,7 @@
}
.files {
margin: 0 15px 12px 15px;
margin: 0 15px 12px 7px;
display: flex;
flex-direction: column;
justify-content: space-between;

@ -0,0 +1,17 @@
#sidebar {
width: 10%;
border-right: 1px solid #5d60caaf;
margin: 0 0;
padding: 12px 14px;
}
#container {
flex-basis: 90%;
}
#master {
display: flex;
align-items: stretch;
align-content: flex-start;
justify-content: stretch;
}
Loading…
Cancel
Save