OSDN Git Service

changed the version style
authorZhiting Lin <zlin035@uottawa.ca>
Fri, 24 Aug 2018 06:58:08 +0000 (14:58 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Fri, 24 Aug 2018 06:58:08 +0000 (14:58 +0800)
src/features/app/components/Main/Main.scss
src/features/app/components/Sync/Sync.scss

index 59fd0c9..f467f7b 100644 (file)
 }
 
 .version {
-  position: absolute;
+  position: fixed;
+  width: $sidebar-width;
   bottom: 0;
+  border-top: solid 1px $border-inverse-color;
+
   padding: $gutter-size/2 $gutter-size;
-  width: 100%;
   background: $background-inverse-color;
   font-size: $font-size-chrome;
 }
index 5fbceff..a8c2826 100644 (file)
@@ -1,5 +1,5 @@
 .main {
-  padding-top: $gutter-size;
+  padding: $gutter-size;
   border-top: 1px solid $border-inverse-color;
   margin-top: $gutter-size;
 }