Skip to content

Commit

Permalink
Fix styling issues caused by omorphia/tailwind (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically authored Jul 24, 2024
1 parent 5cad3df commit 41c15f8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/frontend/src/pages/[type]/[id]/settings/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,12 @@ const deleteIcon = async () => {
.visibility-info {
padding: 0;
list-style: none;
li {
display: flex;
align-items: center;
gap: var(--spacing-card-xs);
}
}
svg {
Expand Down
3 changes: 3 additions & 0 deletions apps/frontend/src/pages/[type]/[id]/settings/tags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ export default defineNuxtComponent({
</script>
<style lang="scss" scoped>
.label__title {
display: flex;
align-items: center;
gap: var(--spacing-card-xs);
margin-top: var(--spacing-card-bg);
svg {
Expand Down
1 change: 1 addition & 0 deletions packages/assets/styles/classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@ a,
img {
max-width: 100%;
height: auto;
display: inline-block;
}

html:not(.dark-mode, .oled-mode) & img[src$='#gh-dark-mode-only'] {
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/styles/highlightjs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pre {
padding: 1em 1em 1em 1em;
border-width: 5px;
border-radius: 2em;
border-color: var(--color-brand);
border-color: var(--color-button-bg);
overflow-x: hidden;

code {
Expand Down

0 comments on commit 41c15f8

Please sign in to comment.