Unverified Commit d5754b45 authored by Daniel's avatar Daniel Committed by GitHub

Fix bookmark alignment (#318)

parent da1083c5
...@@ -5,14 +5,13 @@ ...@@ -5,14 +5,13 @@
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
height: 32px; height: 32px;
margin: -6px 0 -8px 4px; margin-left: 4px;
padding: 4px; padding: 4px;
vertical-align: top; vertical-align: top;
width: 32px; width: 32px;
&.bookmark-large { &.bookmark-large {
height: 40px; height: 40px;
margin: 8px 0 0 4px;
width: 40px; width: 40px;
.icon { .icon {
......
...@@ -23,13 +23,17 @@ ...@@ -23,13 +23,17 @@
opacity: 1; opacity: 1;
} }
.bookmark-icon {
margin: -6px 0 -4px 4px;
}
.resource-info { .resource-info {
display: flex; display: flex;
flex: 7; flex: 7;
min-width: 0px; min-width: 0px;
.resource-info-text { .resource-info-text {
overflow: hidden; max-width: calc(100% - 32px);
} }
.resource-name { .resource-name {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment