Merge branch 'develop' of https://codeberg.org/calckey/calckey into feat/module-player

This commit is contained in:
Essem 2023-07-05 11:58:53 -05:00
commit db9930f6e2
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C

View file

@ -2,8 +2,9 @@
<component <component
:is="self ? 'MkA' : 'a'" :is="self ? 'MkA' : 'a'"
ref="el" ref="el"
class="ieqqeuvs _link" class="ieqqeuvs url _link"
:[attr]="self ? props.url.substring(local.length) : props.url" :[attr]="self ? props.url.substring(local.length) : props.url"
:title="self ? props.url.substring(local.length) : props.url"
:rel="rel" :rel="rel"
:target="target" :target="target"
@contextmenu.stop="() => {}" @contextmenu.stop="() => {}"
@ -73,8 +74,12 @@ const target = self ? null : "_blank";
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.ieqqeuvs { .url {
word-break: break-all; white-space: nowrap;
max-width: 80%;
display: inline-block;
overflow: clip;
text-overflow: ellipsis;
> .icon { > .icon {
padding-left: 2px; padding-left: 2px;