mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Fix .links-of-blogroll-item width
This commit is contained in:
parent
cd80effd46
commit
fd3852602f
@ -16,13 +16,13 @@
|
||||
|
||||
if (hexo-config('links_settings.layout') == 'block') {
|
||||
flex-direction: column;
|
||||
} else {
|
||||
.links-of-blogroll-item {
|
||||
max-width: calc(100% - 20px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.links-of-blogroll-item a {
|
||||
.links-of-blogroll-item {
|
||||
max-width: 100%;
|
||||
|
||||
a {
|
||||
sidebar-inline-links-item();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user