adding some QoL Css fixes

This commit is contained in:
2026-07-14 20:24:28 +02:00
parent 965573a80f
commit cdd7fa97d5

View File

@@ -2297,9 +2297,9 @@ body.layout-legacy #comments-container.faded-out {
}
.comment-input {
background: var(--comment-bg);
background: var(--bg);
padding: 5px;
border: 1px solid var(--nav-border-color);
border-bottom: 1px solid var(--nav-border-color);
border-radius: 0;
}
@@ -2877,6 +2877,7 @@ body.layout-modern .comments-list {
/* Scroll comments here, not on the container */
overflow-x: hidden;
min-height: 0;
background: var(--bg);
}
body.layout-legacy .comments-list {
@@ -2894,6 +2895,10 @@ body.layout-legacy .comments-list {
padding-top: 0px;
}
body.layout-legacy .blahlol {
background: var(--bg);
}
body.layout-legacy .comments-list:not(:has(.comment)) {
border: none;
}
@@ -8022,7 +8027,7 @@ video.autoplay-gif {
.comment {
padding: 10px;
background: var(--comment-bg);
background: var(--bg);
display: flex;
gap: 15px;
margin-bottom: 0px;
@@ -10707,7 +10712,7 @@ body.layout-legacy .navbar-header {
.sidebar-tags-container {
padding: 5px;
background: rgba(0, 0, 0, 0.2);
background: var(--bg);
border-top: 1px solid var(--nav-border-color);
overflow: visible;
flex-shrink: 0;
@@ -11229,10 +11234,15 @@ body.modal-open {
}
body.layout-modern .tag-controls {
background: rgba(0, 0, 0, 0.2);
background: var(--bg);
border-top: 1px solid var(--nav-border-color);
}
body.layout-modern .sidebar-tags-container {
background: var(--bg);
}
body.layout-modern .tag-ac-wrapper {
margin-left: 4px !important;
padding-left: 4px !important;