homogay redesign: fixup smaller details

main
anna 10 months ago
parent 1bf6f683a9
commit 79fcbeddc4
Signed by: fef
GPG Key ID: 2585C2DC6D79B485

@ -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…
Cancel
Save