forked from mirrors/catstodon
homogay redesign: fixup smaller details
This commit is contained in:
parent
1bf6f683a9
commit
79fcbeddc4
1 changed files with 23 additions and 2 deletions
|
@ -66,6 +66,10 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.spoiler-input input {
|
||||
border: 1px solid $ui-base-extra-light-color;
|
||||
}
|
||||
|
||||
.poll__option input[type='text']::placeholder {
|
||||
color: $darker-text-color;
|
||||
}
|
||||
|
@ -299,10 +303,9 @@ body {
|
|||
border-bottom: 0; // no separators between posts
|
||||
}
|
||||
|
||||
.columns-area {
|
||||
.column > .scrollable {
|
||||
border-left: 1px solid $ui-base-lighter-color;
|
||||
border-right: 1px solid $ui-base-lighter-color;
|
||||
width: calc(100% - 2px);
|
||||
}
|
||||
|
||||
.media-gallery__item.letterbox {
|
||||
|
@ -312,3 +315,21 @@ body {
|
|||
.tabs-bar__wrapper {
|
||||
background: $ui-base-darker-color; // this hides posts scrolling above the column header
|
||||
}
|
||||
|
||||
// advanced view
|
||||
.drawer__pager {
|
||||
border-radius: $border-radius;
|
||||
border: 1px solid $ui-base-lighter-color;
|
||||
}
|
||||
|
||||
.drawer__inner {
|
||||
background: $ui-base-color;
|
||||
}
|
||||
|
||||
.mbstobon-0,
|
||||
.mbstobon-1,
|
||||
.mbstobon-2 {
|
||||
.drawer__inner__mastodon {
|
||||
background-color: $ui-base-color;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue