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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user