X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fresults.scss;h=d78ebc53b47a8560a32d978509dc9a0c2a1f4661;hb=eca3f0074e6f9e882b91893e554ce249e25338de;hp=ca1e1612e97b9003bcc7cbe7e55ff43eb6d1cc7d;hpb=80befc9403845a0f41f5f7e766938b0bbf607d7e;p=alttp.git diff --git a/resources/sass/results.scss b/resources/sass/results.scss index ca1e161..d78ebc5 100644 --- a/resources/sass/results.scss +++ b/resources/sass/results.scss @@ -2,6 +2,10 @@ .result { padding: 1ex; + .user-box { + margin-right: 1ex; + } + .status { display: flex; align-items: center; @@ -13,6 +17,10 @@ background: $dark; color: $light; + &.has-comment { + box-shadow: 0 0.5ex 0 $info; + } + .time { min-width: 9ex; height: 1.4em;