浏览代码

Add border to poll component

sbkwgh 7 年之前
父节点
当前提交
6a1cef6a1a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontend/src/components/ThreadPoll.vue

+ 1 - 0
frontend/src/components/ThreadPoll.vue

@@ -125,6 +125,7 @@
 		position: relative;
 		margin-bottom: 2rem;
 		border-radius: 0.25rem;
+		border: thin solid $color__gray--darker;
 
 		@at-root #{&}__loading {
 			@include loading-overlay();