Skip to content

Commit a9f66b5

Browse files
Merge branch 'master' into Organised_Fav
2 parents 722c71b + 9710bff commit a9f66b5

File tree

2 files changed

+82
-70
lines changed

2 files changed

+82
-70
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@ Thanks for filing an issue! Before submitting, please fill in the following info
1414
**Details:**
1515
<!-- Details to be added/updated to aid others to join your discussion -->
1616

17+
<!-- In case of any bug or error -->
18+
**Expected Behavior**:
19+
<!-- Describe what you're currently experiencing from this process, and thereby explain the bug. -->
20+
21+
**Actual Behavior**:
22+
23+
**Screenshots (if any)**:
24+
25+
**Would you like to work on this issue?**
26+
<!-- choose one by changing [ ] to [x] -->
27+
- [ ] Yes
28+
- [ ] No

code/css/popup.css

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,33 @@
11
html {
2-
position: relative;
3-
min-height: 100%;
4-
}
5-
6-
body {
7-
position: relative;
8-
font-family: 'Roboto Mono', monospace;
9-
margin-bottom: 60px;
2+
position: relative;
3+
min-height: 100%;
4+
}
105

11-
}
12-
13-
article {
14-
display: block;
15-
text-align: left;
16-
width: 80%;
17-
padding-top: 2%;
18-
padding-bottom: 15%;
19-
margin: 0 auto;
20-
}
6+
body {
7+
position: relative;
8+
font-family: 'Roboto Mono', monospace;
9+
margin-bottom: 60px;
10+
}
2111

22-
23-
.footer {
24-
position: relative;
25-
bottom: 0;
26-
width: 100%;
27-
height: 60px;
28-
line-height: 60px;
29-
background-color: #f5f5f5;
30-
margin-top: 2%;
31-
}
12+
article {
13+
display: block;
14+
text-align: left;
15+
width: 80%;
16+
padding-top: 2%;
17+
padding-bottom: 15%;
18+
margin: 0 auto;
19+
}
20+
.footer {
21+
position: absolute;
22+
bottom: 0;
23+
right: 0;
24+
left: 0;
25+
width: 100%;
26+
height: 60px;
27+
line-height: 60px;
28+
background-color: #E5E8E8;
29+
margin-top: 2%;
30+
}
3231

3332
.favListItem {
3433
text-align: center;
@@ -57,63 +56,64 @@ html {
5756
float:center;
5857
}
5958

60-
li {
61-
padding-left: 40px;
62-
}
6359

64-
.navbar-brand {
65-
padding: 0px;
66-
}
67-
.navbar-brand>img {
68-
height: 10%;
69-
padding: 15px;
70-
width: auto;
71-
}
72-
.btn-xs{
73-
margin-top: 7px;
74-
height: 24px;
75-
font-size: 12px;
76-
}
60+
li {
61+
padding-left: 40px;
62+
}
63+
64+
.navbar-brand {
65+
padding: 0px;
66+
}
67+
.navbar-brand>img {
68+
height: 10%;
69+
padding: 15px;
70+
width: auto;
71+
}
72+
.btn-xs{
73+
margin-top: 7px;
74+
height: 24px;
75+
font-size: 12px;
76+
}
7777

7878
.fa {
79+
font-size: 15px;
80+
cursor: pointer;
81+
user-select: none;
82+
}
7983

80-
font-size: 15px;
81-
cursor: pointer;
82-
user-select: none;
83-
}
84+
.fa:hover {
85+
color: darkblue;
86+
}
8487

85-
.fa:hover {
86-
color: darkblue;
87-
}
88-
.checked {
89-
color: orange;
90-
}
88+
.checked {
89+
color: orange;
90+
}
9191

92-
.card-title{
93-
font-size: 20px;
94-
font-weight: bolder;
95-
text-align: center;
96-
background-color:rgb(255, 193, 7);
97-
/*Lighter shade for future use -> rgba(255, 191, 0, 0.52);*/
9892

99-
}
100-
93+
.card-title{
94+
font-size: 20px;
95+
font-weight: bolder;
96+
text-align: center;
97+
background-color:rgb(255, 193, 7);
98+
/*Lighter shade for future use -> rgba(255, 191, 0, 0.52);*/
99+
}
100+
101101

102-
@media screen and (min-width: 768px) {
103-
.bricklayer-column-sizer {
102+
@media screen and (min-width: 768px) {
103+
.bricklayer-column-sizer {
104104
/* Each column will be 100px width and there will be 5 columns. */
105105
width: 33%;
106-
}
107106
}
107+
}
108108

109-
/* You should add more media queries to make it fully responsive. */
109+
/* You should add more media queries to make it fully responsive. */
110110

111-
@media screen and (min-width: 768px) {
112-
.bricklayer-column-sizer {
111+
@media screen and (min-width: 768px) {
112+
.bricklayer-column-sizer {
113113
/* Each column will be 125px width and there will be 4 columns. */
114114
width: 33%;
115-
}
116115
}
116+
}
117117

118118
#help_popup {
119119
width:100%;
@@ -177,4 +177,4 @@ hr {
177177
overflow: hidden;
178178
outline:none;
179179
color: #077bff;
180-
}
180+
}

0 commit comments

Comments
 (0)