reduce threadlines
This commit is contained in:
parent
d76659ff5a
commit
a91f219484
1 changed files with 22 additions and 7 deletions
|
@ -9,9 +9,9 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
:root {
|
:root {
|
||||||
--main-border-radius: 10px;
|
--main-border-radius: 4px;
|
||||||
--second-border-radius: 7px;
|
--second-border-radius: 7px;
|
||||||
--third-border-radius: 4px;
|
--third-border-radius: 1px;
|
||||||
--active_btn_color: #cc9f0d; // Gelb
|
--active_btn_color: #cc9f0d; // Gelb
|
||||||
--inactive_btn_color: #000055; // Gelb
|
--inactive_btn_color: #000055; // Gelb
|
||||||
}
|
}
|
||||||
|
@ -84,7 +84,11 @@ button .btn-link {
|
||||||
filter: none !important;
|
filter: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
audio, canvas, progress, video, img {
|
/*figure, audio, canvas, progress, video, img {
|
||||||
|
max-height: 75vh;
|
||||||
|
}*/
|
||||||
|
|
||||||
|
figure, audio, canvas, progress, video {
|
||||||
max-height: 75vh;
|
max-height: 75vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -104,9 +108,12 @@ audio, canvas, progress, video, img {
|
||||||
border-image: linear-gradient(to right, $nav_bg, transparent) 30;
|
border-image: linear-gradient(to right, $nav_bg, transparent) 30;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
/*.tread-wrapper,*/
|
.tread-wrapper,
|
||||||
|
.media {
|
||||||
|
/*
|
||||||
div[class^="thread_level"],
|
div[class^="thread_level"],
|
||||||
div[class*=" thread_level"] {
|
div[class*=" thread_level"] {
|
||||||
|
*/
|
||||||
border-left: 1px solid;
|
border-left: 1px solid;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
border-left-color: $nav_bg;
|
border-left-color: $nav_bg;
|
||||||
|
@ -138,11 +145,13 @@ div[class*=" thread_level"] {
|
||||||
padding-inline: 22px;
|
padding-inline: 22px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
// background-color: $nav_bg;
|
/*
|
||||||
// filter: brightness(1.25);
|
background-color: $nav_bg;
|
||||||
|
filter: brightness(1.25);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
.wall-item-container {
|
.wall-item-container {
|
||||||
margin-top: 10px;
|
/*margin-top: 10px;*/
|
||||||
}
|
}
|
||||||
.contact-info-comment {
|
.contact-info-comment {
|
||||||
display: contents !important;
|
display: contents !important;
|
||||||
|
@ -162,8 +171,10 @@ div[class*=" thread_level"] {
|
||||||
max-width: 40vh;
|
max-width: 40vh;
|
||||||
}
|
}
|
||||||
/* Thread-Lines left on comments */
|
/* Thread-Lines left on comments */
|
||||||
|
/*
|
||||||
div[class^="thread_level"],
|
div[class^="thread_level"],
|
||||||
div[class*=" thread_level"] {
|
div[class*=" thread_level"] {
|
||||||
|
*/
|
||||||
border-left: 1px solid;
|
border-left: 1px solid;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
border-left-color: $nav_bg;
|
border-left-color: $nav_bg;
|
||||||
|
@ -176,3 +187,7 @@ div[class*=" thread_level"] {
|
||||||
margin-left: 3px solid !important;
|
margin-left: 3px solid !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.media.shiny {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue