|
|
@@ -100,22 +100,27 @@ body.on-edit {
|
|
|
.header-wrap {
|
|
|
overflow-x: hidden;
|
|
|
}
|
|
|
- h1#revision-path {
|
|
|
- @include variable-font-size(20px);
|
|
|
- line-height: 1em;
|
|
|
- float: left;
|
|
|
-
|
|
|
- // nowrap even if the path is too long
|
|
|
- .d-flex {
|
|
|
- flex-wrap: nowrap;
|
|
|
- }
|
|
|
- .path-segment {
|
|
|
- white-space: nowrap;
|
|
|
+ div.title-container {
|
|
|
+ margin-right: 0px;
|
|
|
+ h1#revision-path {
|
|
|
+ @include variable-font-size(20px);
|
|
|
+ line-height: 1em;
|
|
|
+
|
|
|
+ // nowrap even if the path is too long
|
|
|
+ .d-flex {
|
|
|
+ flex-wrap: nowrap;
|
|
|
+ }
|
|
|
+ .path-segment {
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
div#page-tag {
|
|
|
- float: right;
|
|
|
+ margin-right: auto;
|
|
|
display: inline;
|
|
|
+ .page-tag-form {
|
|
|
+ border-radius: 5px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
// hide if screen size is less than tablet
|