Skip to content

Commit

Permalink
+ links: discord, github
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Dec 25, 2024
1 parent 5baa01a commit 9849662
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/manage.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ <h1 i18n="styleManager"></h1>
<a href="https://userstyles.world/explore" target="_blank" i18n="linkGetShareStyles"></a>
<a href="https://uso.kkx.one/browse/styles" target="_blank" i18n="linkGetStyles"
style="--filter: grayscale(1) brightness(2)"></a>
<a href="https://discord.com/invite/yJ7NQkqD" target="_blank" i18n="linkGetHelp"></a>
<a href="https://github.com/openstyles/stylus" target="_blank">GitHub</a>
<a href="https://github.com/openstyles/stylus/wiki" target="_blank" i18n="linkStylusWiki"></a>
<a href="https://www.transifex.com/github-7/Stylus" target="_blank" i18n="linkTranslate"></a>
</main>
Expand Down
13 changes: 10 additions & 3 deletions src/manage/manage.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ a, .disabled a:hover {
}

#header {
display: flex;
flex-flow: column;
width: var(--header-width);
height: 100vh;
position: fixed;
Expand All @@ -67,7 +69,8 @@ h1 {
}
#manage-settings {
display: flex;
flex-wrap: wrap;
flex-flow: column;
flex: 1;
}
.settings-column {
width: 100%;
Expand Down Expand Up @@ -147,6 +150,9 @@ h1 {
white-space: normal;
text-align: left;
}
#add-style {
margin-right: 1em;
}
#add-style-as-usercss-wrapper {
display: flex;
align-items: center;
Expand Down Expand Up @@ -374,13 +380,13 @@ h1 {
}

#links {
margin: calc($pad/-2) 0 0;
margin: calc($pad/-2) $pad 0 0;
details:not([open]) h2::after {
content: "...";
}
summary {
padding: 0;
margin-top: $pad;
margin-top: calc($pad/2);
height: calc($pad*.75);
}
main {
Expand Down Expand Up @@ -711,6 +717,7 @@ button i {
flex-flow: column;
}
#manage-settings {
flex-flow: wrap;
padding: $pad 0 0 $pad;
margin: 0;
}
Expand Down

0 comments on commit 9849662

Please # to comment.