Skip to content

Commit f79e102

Browse files
committed
chore: update github badges layout for small screen
1 parent b18cb95 commit f79e102

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release to Github Pages
33

44
on:
55
push:
6-
branches: [main]
6+
branches: [main, deploy-github-pages]
77
paths:
88
- 'platforms/web/**'
99
- '.github/workflows/github-pages.yml'

platforms/web/styles.css

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -668,17 +668,12 @@ body {
668668
.app {
669669
padding: 1.5rem;
670670
}
671+
.socials {
672+
flex-direction: column;
673+
}
671674
.main-layout, .left-panel, .right-panel {
672675
gap: 1.5rem;
673676
}
674-
.card, .program-selector-section, .editor-section, .tape-view,
675-
.state-display,
676-
.control-panel,
677-
.graph-view,
678-
.multi-tape-view,
679-
.status-section {
680-
/* These styles are now handled by .section */
681-
}
682677
.btn {
683678
padding: 0.7rem 1.4rem;
684679
font-size: 0.9rem;
@@ -687,10 +682,12 @@ body {
687682

688683
.socials {
689684
position: absolute;
690-
top: 1.5rem;
691-
right: 1.5rem;
685+
right: 0;
686+
top: 0;
692687
display: flex;
688+
justify-content: flex-end;
693689
gap: 5px;
690+
margin: 1rem 1rem 0 0;
694691
z-index: 10;
695692
}
696693
/* Share Button Styles */

0 commit comments

Comments
 (0)