Commit bbc846cb authored by Randall Leeds's avatar Randall Leeds

combine app + common topbar, remove unused classes

parent b90b71ed
...@@ -94,28 +94,6 @@ ol { ...@@ -94,28 +94,6 @@ ol {
} }
} }
.topbar {
position: fixed;
.inner {
margin: 0 auto;
max-width: $break-medium;
padding-left: 3.6em;
padding-right: 3.6em;
@include respond-to(tablets desktops) {
padding-left: 3.6em;
padding-right: 3.6em;
margin: 0 auto;
max-width: $break-medium;
}
@include respond-to(wide-handhelds handhelds) {
padding-left: 0.9em;
padding-right: 0.9em;
margin: 0 auto;
max-width: $break-medium;
}
}
}
.user { .user {
font-weight: bold; font-weight: bold;
font-size: 1.1em; font-size: 1.1em;
......
...@@ -594,11 +594,15 @@ blockquote { ...@@ -594,11 +594,15 @@ blockquote {
} }
} }
.inner > * { .inner {
margin-right: 8px; margin: 0 auto;
max-width: $break-medium;
&:last-child { padding-left: 3.6em;
margin-right: 0; padding-right: 3.6em;
@include respond-to(wide-handhelds handhelds) {
padding-left: .9em;
padding-right: .9em;
} }
&.pull-right { &.pull-right {
...@@ -606,10 +610,7 @@ blockquote { ...@@ -606,10 +610,7 @@ blockquote {
font-family: $sansFontFamily; font-family: $sansFontFamily;
} }
&.search-upper { & > * { margin: 0 4px; }
padding: 0;
padding-top: 1px;
}
} }
} }
......
...@@ -38,12 +38,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -38,12 +38,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.topbar {
.inner {
margin: 0 8px 0 8px;
}
}
.bottombar { .bottombar {
position: fixed; position: fixed;
bottom: 0px; bottom: 0px;
...@@ -105,8 +99,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -105,8 +99,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.user-picker { .user-picker {
padding: 0 .5em;
.avatar { .avatar {
border-radius: 2px; border-radius: 2px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment