mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Minor style fixes across pages
This commit is contained in:
parent
515993a05b
commit
6fd9beb464
14 changed files with 165 additions and 120 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue