Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b0de6c4

Browse files
author
Rajeev Kumar Singh
committed
css changes
1 parent b0562cf commit b0de6c4

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

‎src/main/resources/static/css/main.css

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ button.accent {
102102

103103
#username-page {
104104
text-align: center;
105-
padding-left: 15px;
106-
padding-right: 15px;
107105
}
108106

109107
.username-page-container {
@@ -185,7 +183,7 @@ button.accent {
185183
}
186184

187185
#chat-page .chat-message {
188-
padding-left: 72px;
186+
padding-left: 68px;
189187
position: relative;
190188
}
191189

@@ -194,7 +192,7 @@ button.accent {
194192
width: 42px;
195193
height: 42px;
196194
overflow: hidden;
197-
left: 15px;
195+
left: 10px;
198196
display: inline-block;
199197
vertical-align: middle;
200198
font-size: 18px;
@@ -229,8 +227,7 @@ button.accent {
229227

230228
.chat-header {
231229
text-align: center;
232-
padding-top: 20px;
233-
padding-bottom: 20px;
230+
padding: 20px 15px 20px 15px;
234231
border-bottom: 1px solid #ececec;
235232
}
236233

@@ -257,4 +254,12 @@ button.accent {
257254
margin-left: 15px;
258255
margin-right: 15px;
259256
}
257+
258+
#messageForm .input-group button {
259+
width: 65px;
260+
}
261+
262+
#messageForm .input-group input {
263+
width: calc(100% - 70px);
264+
}
260265
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /