aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/css')
-rw-r--r--web_src/css/features/colorpicker.css2
-rw-r--r--web_src/css/markup/content.css3
-rw-r--r--web_src/css/repo.css14
3 files changed, 4 insertions, 15 deletions
diff --git a/web_src/css/features/colorpicker.css b/web_src/css/features/colorpicker.css
index 4c517e6348..a353532f4e 100644
--- a/web_src/css/features/colorpicker.css
+++ b/web_src/css/features/colorpicker.css
@@ -15,7 +15,7 @@
top: 50%;
transform: translateY(-50%);
border-radius: 2px;
- background: repeating-linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa), repeating-linear-gradient(45deg, #aaa 25%, #fff 25%, #fff 75%, #aaa 75%, #aaa); /* stylelint-disable-line scale-unlimited/declaration-strict-value */
+ background: repeating-linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa), repeating-linear-gradient(45deg, #aaa 25%, #fff 25%, #fff 75%, #aaa 75%, #aaa);
background-position: 0 0, 4px 4px;
background-size: 8px 8px;
}
diff --git a/web_src/css/markup/content.css b/web_src/css/markup/content.css
index c6a89edf25..14d95ca726 100644
--- a/web_src/css/markup/content.css
+++ b/web_src/css/markup/content.css
@@ -1,6 +1,6 @@
.markup {
overflow: hidden;
- font-size: 16px;
+ font-size: 14px; /* 14px for comments, overridden to 16px for .file-view below. */
line-height: 1.5 !important;
overflow-wrap: break-word;
}
@@ -318,6 +318,7 @@ In markup content, we always use bottom margin for all elements */
.file-view.markup {
padding: 1em 2em;
+ font-size: 16px;
}
.file-view.markup:has(.file-not-rendered-prompt) {
diff --git a/web_src/css/repo.css b/web_src/css/repo.css
index 14db7d07e6..9f4fa51881 100644
--- a/web_src/css/repo.css
+++ b/web_src/css/repo.css
@@ -300,10 +300,6 @@ td .commit-summary {
min-width: 100px;
}
-.repository.new.issue .comment.form .content .markup {
- font-size: 14px;
-}
-
.repository.view.issue .instruct-toggle {
display: inline-block;
}
@@ -630,10 +626,6 @@ td .commit-summary {
background: var(--color-light);
}
-.repository.view.issue .comment-list .comment .markup {
- font-size: 14px;
-}
-
.repository.view.issue .comment-list .comment .no-content {
color: var(--color-text-light-2);
font-style: italic;
@@ -723,10 +715,6 @@ td .commit-summary {
text-align: center;
}
-.repository.compare.pull .markup {
- font-size: 14px;
-}
-
.repository.branches .commit-divergence .bar-group {
position: relative;
float: left;
@@ -1672,7 +1660,7 @@ tbody.commit-list {
.diff-file-header .file-link {
max-width: fit-content;
display: -webkit-box;
- -webkit-box-orient: vertical; /* stylelint-disable property-no-deprecated -- https://github.com/stylelint/stylelint/issues/8698 */
+ -webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
overflow-wrap: anywhere;