fix drive alignments

- breadcrumbs left-aligned with drive contents
- tag list left aligned with breadcrumbs
pull/1/head
David Benqué 4 years ago
parent 20e62f7938
commit d907b57d32

@ -532,7 +532,7 @@
&.cp-app-drive-tags-list { &.cp-app-drive-tags-list {
width: 100%; width: 100%;
table { table {
margin: 10px 50px; margin: 10px;
width: ~"calc(100% - 100px)"; width: ~"calc(100% - 100px)";
table-layout: fixed; table-layout: fixed;
td, th { td, th {
@ -784,6 +784,7 @@
flex-flow: row-reverse; flex-flow: row-reverse;
flex-grow: 1; flex-grow: 1;
justify-content: flex-end; justify-content: flex-end;
padding-left: 10px;
.cp-app-drive-path-element { .cp-app-drive-path-element {
.tools_unselectable(); .tools_unselectable();
display: inline-block; display: inline-block;

Loading…
Cancel
Save