1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 01:22:49 +00:00

client - forum page now responsive - other adjustments as well

This commit is contained in:
2018-01-27 18:25:12 -06:00
parent 7ec7416dad
commit a240b326ca
11 changed files with 130 additions and 52 deletions

View File

@@ -100,11 +100,12 @@ $grey2: #161616;
&__mod-controls {
display: none;
position: absolute;
top: -10px;
right: 5px;
top: -20px;
right: -100px;
background: #161616;
padding: 5px;
border: 1px solid $grey1;
z-index: 1;
a + a {
padding-left: 10px;
@@ -125,3 +126,12 @@ $grey2: #161616;
color: #B1B1B1;
}
}
.no-threads-message {
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.5);
text-align: center;
padding: 30px;
}