mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
replace spaces with padding
This commit is contained in:
parent
b91d60badf
commit
68543aa823
@ -7,9 +7,7 @@
|
||||
<img :src="link.favicon | proxyApiUrl" alt="Social Media link" width="16" height="16" />
|
||||
{{ link.url }}
|
||||
</a>
|
||||
|
||||
<span class="layout-leave-active">|</span>
|
||||
|
||||
<span class="layout-leave-active divider">|</span>
|
||||
<ds-icon
|
||||
:aria-label="$t('actions.edit')"
|
||||
class="layout-leave-active icon-button"
|
||||
@ -141,6 +139,10 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.divider {
|
||||
padding: 0 $space-small;
|
||||
}
|
||||
|
||||
.icon-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user