瀏覽代碼

minor fixes

Henry Jameson 2 年之前
父節點
當前提交
4d720974c3
共有 2 個文件被更改,包括 6 次插入4 次删除
  1. 5 3
      src/components/timeline/timeline.scss
  2. 1 1
      src/panel.scss

+ 5 - 3
src/components/timeline/timeline.scss

@@ -20,9 +20,11 @@
       padding: 0 0.5em;
     }
 
-    .button-default, .alert {
-      line-height: 2em;
-      width: 100%;
+    .timeline-heading {
+      .button-default, .alert {
+        line-height: 2em;
+        width: 100%;
+      }
     }
   }
 }

+ 1 - 1
src/panel.scss

@@ -126,7 +126,7 @@
   border-radius: $fallback--panelRadius $fallback--panelRadius 0 0;
   border-radius: var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius) 0 0;
   border-width: 0 0 1px 0;
-  align-items: left;
+  align-items: start;
   // panel theme
   color: var(--panelText);
   background-color: $fallback--bg;