mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 12:34:12 +00:00
Standardize corners, backgrounds, and borders (#2271)
* Create shared ruler view * Use collection rendering/spacer templates for rules, and new shared_ruler * Use shared ruler for all the places a ruler is used * Use shared ruler for imports and balance sheet * Fix brakeman by using a static partial with a defined collection * Standardize & improve a bunch of corners, fix some backgrounds, fix merchants for dark mode * Update balance sheet * misc cleanup * Fix import table * Remove middot
This commit is contained in:
committed by
GitHub
parent
3d2213b760
commit
8070986763
@@ -41,7 +41,7 @@
|
||||
<p class="uppercase text-xs text-secondary font-medium"><%= Current.family.name %> · <%= Current.family.users.size %></p>
|
||||
</div>
|
||||
<% @users.each do |user| %>
|
||||
<div class="flex gap-2 mt-2 items-center bg-container p-4 border border-alpha-black-25 rounded-lg">
|
||||
<div class="flex gap-2 mt-2 items-center bg-container p-4 shadow-border-xs rounded-lg">
|
||||
<div class="w-9 h-9 shrink-0">
|
||||
<%= render "settings/user_avatar", avatar_url: user.profile_image&.variant(:small)&.url, initials: user.initials %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user