Skip to content

Commit

Permalink
fix: adjust xmpp links padding
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Mar 9, 2024
1 parent 01d496a commit e0d4950
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion res/fixtures/messaging.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"type": "text",
"date": "2022-07-02T10:13:10.000Z",
"from": "[email protected]",
"content": "I'm sharing a backtrace I just saw on the XMPP server:\n\n```\n&> Feb 13 20:43:50 modulemanager error Error initializing module 'storage_sql' on 'proxy.ssk.pm': /usr/share/lua/5.1/pr\nosody/util/startup.lua:203: module 'DBI' not found:No LuaRocks module found for DBI\n no field package.preload['DBI']\n no file './prosody/DBI.lua'\n no file './DBI.lua'\n no file '/usr/local/share/lua/5.1/prosody/DBI.lua'\n no file '/usr/local/share/lua/5.1/DBI.lua'\n```\n\nCan someone have a look at it? @[Valerian Saliou](xmpp:[email protected])",
"content": "I'm sharing a backtrace I just saw on the XMPP server:\n\n```\n&> Feb 13 20:43:50 modulemanager error Error initializing module 'storage_sql' on 'proxy.ssk.pm': /usr/share/lua/5.1/pr\nosody/util/startup.lua:203: module 'DBI' not found:No LuaRocks module found for DBI\n no field package.preload['DBI']\n no file './prosody/DBI.lua'\n no file './DBI.lua'\n no file '/usr/local/share/lua/5.1/prosody/DBI.lua'\n no file '/usr/local/share/lua/5.1/DBI.lua'\n```\n\nCan someone have a look at it? [@Valerian Saliou](xmpp:[email protected])",

"metas": {
"encrypted": true,
Expand Down
8 changes: 4 additions & 4 deletions src/messaging/components/message/message.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.message-line:first-child .message-inner {
margin-bottom: -3px;
margin-bottom: -0.25em;
}

.message-line.message-line--highlighted {
Expand All @@ -41,7 +41,7 @@
line-height: var(--message-line-origin-height);
display: flex;
align-items: center;
margin-bottom: 4px;
margin-bottom: 0.15em;
}

.message-origin-name,
Expand Down Expand Up @@ -99,7 +99,7 @@
.message-content {
color: var(--color-black-medium);
font-size: 1em;
line-height: 1.3em;
line-height: 1.5em;
letter-spacing: 0;
margin: 0;
padding: 0;
Expand Down Expand Up @@ -255,7 +255,7 @@
color: var(--color-blue-dark);
background-color: var(--color-blue-light);
text-decoration: none;
padding: 2px 4px 1px;
padding: 0.1em 0.3em 0.1em 0.15em;
border-radius: 3px;
}

Expand Down

0 comments on commit e0d4950

Please sign in to comment.