forked from AkkomaGang/akkoma-fe
Some CSS fixes.
This commit is contained in:
parent
f8a3afc9d1
commit
4d6d916395
3 changed files with 8 additions and 2 deletions
|
@ -36,6 +36,7 @@ a {
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 10px 0 10px;
|
padding: 0 10px 0 10px;
|
||||||
}
|
}
|
||||||
|
@ -78,7 +79,8 @@ nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
sidebar {
|
sidebar {
|
||||||
width: 33.333% !important;
|
flex: 1;
|
||||||
|
flex-basis: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
main-router {
|
main-router {
|
||||||
|
|
|
@ -56,10 +56,13 @@
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.status-el {
|
.status-el {
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
display: inline-block;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.timeline.panel {
|
.timeline.panel {
|
||||||
flex: 1;
|
flex: 2;
|
||||||
|
flex-basis: 500px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue