Skip to content

Commit

Permalink
Quite a few tiny style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Sep 24, 2024
1 parent a0a4f82 commit 7984221
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion article/templates/article/objects/blog_column-latest.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% endif %}
</div>
<div class="o-article__meta">
<h2 class="o-article__section" style="background-color: {{article|get_colour}}">
<h2 class="o-article__section">
<a href="{{article.get_parent.url}}">{{article.get_parent.title}}</a>
</h2>
<h3 class="o-article__headline">
Expand Down
1 change: 1 addition & 0 deletions ubyssey/static_src/src/styles/modules/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ div.image-inner {
span.credit {
font-style: italic;
color: #969696;
white-space: pre;
}

img.slide-image {
Expand Down
1 change: 1 addition & 0 deletions ubyssey/static_src/src/styles/modules/article/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ div.article-content {
.attachment {
margin-inline: auto;
height: 100%;
max-width: none;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions ubyssey/static_src/src/styles/objects/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
.o-article__published {
// Text
color: var(--article-publish);
white-space: pre;
}


Expand Down
3 changes: 1 addition & 2 deletions ubyssey/static_src/src/styles/objects/_article_column.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
width: fit-content;
padding-left: 0.2em;
padding-right: 0.2em;
background-color: $color-ubyssey-blue;
color: white;
color: black;

&:hover {
background-color: $color-ubyssey-blue-dark !important;
Expand Down
2 changes: 1 addition & 1 deletion ubyssey/static_src/src/styles/objects/_box-label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

.boxLabel-right strong {
white-space: nowrap;
white-space: pre;
}

.boxText {
Expand Down
6 changes: 4 additions & 2 deletions ubyssey/templates/tag/tag_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<base target="_blank">
{% endif %}
<head>
<!-- Ionicons https://ionic.io/ionicons/usage -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>

<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
Expand Down Expand Up @@ -84,8 +88,6 @@
</div>
<div id="adblock-splash">
</div>

<div id="modal" aria-modal="true"></div>

{% include 'navigation/headers/mobile.html' %}
{% include 'navigation/headers/topbar.html' %}
Expand Down

0 comments on commit 7984221

Please sign in to comment.