Adjusted margins/paddings for inlinecode / mentions
authorMarcel Werk <burntime@woltlab.com>
Thu, 2 Feb 2017 12:15:27 +0000 (13:15 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 2 Feb 2017 12:15:32 +0000 (13:15 +0100)
wcfsetup/install/files/style/bbcode/inlineCode.scss
wcfsetup/install/files/style/bbcode/userMention.scss

index a5dcb2c7a574ebc3467a216fb4bb892cbbdf583c..9c98b9e5c6357a7d4fc1a81ff820bf76f6befc81 100644 (file)
@@ -8,7 +8,7 @@ kbd {
        font-family: Consolas, 'Courier New', monospace;
        font-style: normal;
        font-weight: normal;
-       margin: 0 2px;
+       margin: 1px 2px;
        overflow: auto;
        padding: 0 4px;
        text-decoration: none;
index 7c9ff0322537b79554dee100de5cf79d67359a61..3f005c4d34f9e86b7224793f0ba4e78815779d52 100644 (file)
@@ -1,7 +1,7 @@
 .userMention {
        background-color: $wcfSidebarBackground;
        border-radius: 2px;
-       padding: 2px 5px;
+       padding: 1px 5px;
        
        &::before {
                content: '@';