mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
Minor style fixes across pages
This commit is contained in:
@@ -30,11 +30,18 @@
|
||||
transition: width 0.5s, height 0.5s, ease-in 0.5s;
|
||||
}
|
||||
|
||||
|
||||
.adminPost {
|
||||
border-left: 4px solid var(--text-color);
|
||||
}
|
||||
|
||||
.userPost {
|
||||
border-left: 4px solid azure;
|
||||
}
|
||||
|
||||
.ownPost {
|
||||
border-left: 4px dotted azure;
|
||||
}
|
||||
|
||||
.newsContainer img {
|
||||
max-width: 100%;
|
||||
min-width: 200px;
|
||||
@@ -47,7 +54,7 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.user {
|
||||
.userinfo {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 12px;
|
||||
|
||||
Reference in New Issue
Block a user