mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
adjust sidelinks padding a bit more
This commit is contained in:
parent
ea47cf2acd
commit
c792fa15f6
@ -34,7 +34,8 @@ p.long-form {
|
||||
|
||||
a {
|
||||
display: block;
|
||||
padding: 10px 20px;
|
||||
padding: 10px;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -45,11 +45,11 @@
|
||||
<%= category[:label].capitalize.presence || '(blank)' %>
|
||||
<% if editing && category[:percent_complete].present? %>
|
||||
<% if category[:percent_complete] == 100 %>
|
||||
<span class="green-text hide-on-med-and-down">
|
||||
<span class="green-text hide-on-med-and-down" style="padding-left: 10px">
|
||||
<i class="material-icons">check</i>
|
||||
</span>
|
||||
<% else %>
|
||||
<span class="grey-text hide-on-med-and-down">
|
||||
<span class="grey-text hide-on-med-and-down" style="padding-left: 10px">
|
||||
<small><%= category[:percent_complete] %>%</small>
|
||||
</span>
|
||||
<% end %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user