-Fixed bug with the table backgrounds in the Dark schema

-Limited the width of images in the help documents to the content wrapper
This commit is contained in:
Devops 2023-10-19 19:39:57 -07:00
parent 33125240c4
commit d1ea6689ff
2 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
name: Fresh
description: 'A Fresh new look for Streams.'
version: 'Version: 0.6'
version: 'Version: 0.8'
credits: 'Development provided by: <a href="https://www.knthost.com/streams">K&T Host - (www.knthost.com)</a>'
author: 'K&T Host'
maintainer:

View file

@ -842,7 +842,9 @@ div#write-pages a {
}
/* tables */
table {
.table, table {
background-color: $overlaybg;
--bs-table-bg: $overlaybg;
border-spacing: 2px;
max-width: 100%;
}
@ -1250,8 +1252,8 @@ img.mail-conv-sender-photo {
}
/* misc items */
#settings-form .switchlabel {
/* leftover from a missing setting */
#help-content img {
max-width: 100%;
}
.progress, .progress-stacked {
--bs-progress-bar-bg: $primary;